]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: revert default reboot method to REBOOT_KBD
authorH. Peter Anvin <hpa@zytor.com>
Sun, 23 Nov 2008 07:39:23 +0000 (23:39 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 23 Nov 2008 07:39:23 +0000 (23:39 -0800)
commit3889d0cea2b73049bdca062d9ff1e5d33468289c
tree0e92320bcf7c315a0b05fe57dafd460cef0e6ec9
parent14d7ca5c575853664d8fe4f225a77b8df1b7de7d
x86: revert default reboot method to REBOOT_KBD

Impact: Reverts default reboot method.

Checkin 14d7ca5c575853664d8fe4f225a77b8df1b7de7d changed the default
reboot method to "pci", a.k.a. port CF9.  Unfortunately this has been
shown to cause lockups on at least two systems for which REBOOT_KBD
worked, both Thinkpads with Intel chipsets.  This reverts the default
to REBOOT_KBD, while leaving the option to have "reboot=pci" specified
explicitly or via a DMI match.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/reboot.c