Andi,
in arch/x86_64/kernel/reboot.c , machine_emergency_restart,
why it need to loop 100 times...? it could hold the restart for 10 seconds
YH
On Tuesday 25 October 2005 03:11, Yinghai Lu wrote:
> Andi,
>
> in arch/x86_64/kernel/reboot.c , machine_emergency_restart,
>
> why it need to loop 100 times...? it could hold the restart for 10 seconds
No particular reason - just inherited that from i386. You're right it's a bit
too long. I will change it to 10 times.
-Andi