diff options
Diffstat (limited to 'arch/x86_64/kernel/reboot.c')
-rw-r--r-- | arch/x86_64/kernel/reboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/reboot.c b/arch/x86_64/kernel/reboot.c index 97804bc2c0a0..75235ed2b31b 100644 --- a/arch/x86_64/kernel/reboot.c +++ b/arch/x86_64/kernel/reboot.c | |||
@@ -121,7 +121,7 @@ void machine_emergency_restart(void) | |||
121 | /* Could also try the reset bit in the Hammer NB */ | 121 | /* Could also try the reset bit in the Hammer NB */ |
122 | switch (reboot_type) { | 122 | switch (reboot_type) { |
123 | case BOOT_KBD: | 123 | case BOOT_KBD: |
124 | for (i=0; i<100; i++) { | 124 | for (i=0; i<10; i++) { |
125 | kb_wait(); | 125 | kb_wait(); |
126 | udelay(50); | 126 | udelay(50); |
127 | outb(0xfe,0x64); /* pulse reset low */ | 127 | outb(0xfe,0x64); /* pulse reset low */ |