diff options
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/mach-default/mach_reboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/mach-default/mach_reboot.h b/include/asm-x86/mach-default/mach_reboot.h index e23fd9fbebb3..6adee6a97dec 100644 --- a/include/asm-x86/mach-default/mach_reboot.h +++ b/include/asm-x86/mach-default/mach_reboot.h | |||
@@ -49,7 +49,7 @@ static inline void mach_reboot(void) | |||
49 | udelay(50); | 49 | udelay(50); |
50 | kb_wait(); | 50 | kb_wait(); |
51 | udelay(50); | 51 | udelay(50); |
52 | outb(cmd | 0x04, 0x60); /* set "System flag" */ | 52 | outb(cmd | 0x14, 0x60); /* set "System flag" and "Keyboard Disabled" */ |
53 | udelay(50); | 53 | udelay(50); |
54 | kb_wait(); | 54 | kb_wait(); |
55 | udelay(50); | 55 | udelay(50); |