Re: [PATCH v2 1/9] initrd: remove ASCII spinner

2025-03-24 Thread David Disseldorp
> From: Julian Stecklina > > Writing the ASCII spinner probably costs more cycles than copying the > block of data on some output devices if you output to serial and in > all other cases it rotates at lightspeed in 2025. > > Signed-off-by: Julian Stecklina > --- > init/do_mounts_rd.c | 11

[PATCH v2 1/9] initrd: remove ASCII spinner

2025-03-22 Thread Julian Stecklina via B4 Relay
From: Julian Stecklina Writing the ASCII spinner probably costs more cycles than copying the block of data on some output devices if you output to serial and in all other cases it rotates at lightspeed in 2025. Signed-off-by: Julian Stecklina --- init/do_mounts_rd.c | 11 --- 1 file ch