diff options
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/kernel/reboot.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index b257f0e28824..d840e69a853c 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
@@ -309,14 +309,6 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { | |||
309 | DMI_MATCH(DMI_BOARD_NAME, "P4S800"), | 309 | DMI_MATCH(DMI_BOARD_NAME, "P4S800"), |
310 | }, | 310 | }, |
311 | }, | 311 | }, |
312 | { /* Handle problems with rebooting on VersaLogic Menlow boards */ | ||
313 | .callback = set_bios_reboot, | ||
314 | .ident = "VersaLogic Menlow based board", | ||
315 | .matches = { | ||
316 | DMI_MATCH(DMI_BOARD_VENDOR, "VersaLogic Corporation"), | ||
317 | DMI_MATCH(DMI_BOARD_NAME, "VersaLogic Menlow board"), | ||
318 | }, | ||
319 | }, | ||
320 | { /* Handle reboot issue on Acer Aspire one */ | 312 | { /* Handle reboot issue on Acer Aspire one */ |
321 | .callback = set_kbd_reboot, | 313 | .callback = set_kbd_reboot, |
322 | .ident = "Acer Aspire One A110", | 314 | .ident = "Acer Aspire One A110", |