x86: drop REBOOT_CF9_COND from reboot fallback chain
commitb47b92884212008b4bd044ba6b48b93c00b10ec6
authorH. Peter Anvin <hpa@zytor.com>
Mon, 24 Nov 2008 08:50:09 +0000 (24 00:50 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 24 Nov 2008 08:50:09 +0000 (24 00:50 -0800)
tree9e4c3831f8c4f71bffe4c97933ddda08a7272528
parent3889d0cea2b73049bdca062d9ff1e5d33468289c
x86: drop REBOOT_CF9_COND from reboot fallback chain

Impact: Reverts sequence of reboot fallbacks

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.  Checkin
3889d0cea2b73049bdca062d9ff1e5d33468289c reverted the default, but did
not revert the fallback chain.  This checkin reverts the fallback
chain; port CF9 is now only done by explicit "reboot=pci" or a future
potential DMI key.

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