diff mbox

Add DMI quirk for Intel DP55KG mainboard

Message ID alpine.LFD.2.00.1001041209300.4012@localhost.localdomain (mailing list archive)
State New, archived
Headers show

Commit Message

Len Brown Jan. 4, 2010, 5:15 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index d2d1ce8..4c53aeb 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -32,7 +32,7 @@  EXPORT_SYMBOL(pm_power_off);
 
 static const struct desc_ptr no_idt = {};
 static int reboot_mode;
-enum reboot_type reboot_type = BOOT_KBD;
+enum reboot_type reboot_type = BOOT_ACPI;
 int reboot_force;
 
 #if defined(CONFIG_X86_32) && defined(CONFIG_SMP)