From 92580025ae840b9d9f1ee73904dc16a9e1aeffab Mon Sep 17 00:00:00 2001 From: Truxton Fulton Date: Sat, 17 Nov 2007 16:27:01 +0100 Subject: [PATCH] --- yaml --- r: 73902 b: refs/heads/master c: 05dfa35e84331c6921ab394463069e9376f0bd76 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/mach-default/mach_reboot.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index dc81867270d8..b0137ab496eb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f4df73c2914a49bf6a55896aaecb0563c955e167 +refs/heads/master: 05dfa35e84331c6921ab394463069e9376f0bd76 diff --git a/trunk/include/asm-x86/mach-default/mach_reboot.h b/trunk/include/asm-x86/mach-default/mach_reboot.h index e23fd9fbebb3..6adee6a97dec 100644 --- a/trunk/include/asm-x86/mach-default/mach_reboot.h +++ b/trunk/include/asm-x86/mach-default/mach_reboot.h @@ -49,7 +49,7 @@ static inline void mach_reboot(void) udelay(50); kb_wait(); udelay(50); - outb(cmd | 0x04, 0x60); /* set "System flag" */ + outb(cmd | 0x14, 0x60); /* set "System flag" and "Keyboard Disabled" */ udelay(50); kb_wait(); udelay(50);