All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: remove quirk entry for SBC FITPC
@ 2012-10-02 14:26 Alan Cox
  2012-10-04 10:33 ` [tip:x86/urgent] x86/reboot: Remove " tip-bot for David Hooper
  0 siblings, 1 reply; 2+ messages in thread
From: Alan Cox @ 2012-10-02 14:26 UTC (permalink / raw)
  To: x86, linux-kernel

From: David Hooper <dave@beermex.com>

Remove the quirk for the SBC FITPC. It seems ot have been required when the
default was kbd reboot, but no longer required now that the default is acpi
reboot. Furthermore, BIOS reboot no longer works for this board as of
2.6.39 or any of the 3.x kernels.

Signed-off-by: David Hooper <dave@beermex.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
---

 arch/x86/kernel/reboot.c |    8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 52190a9..4e8ba39 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -358,14 +358,6 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 			DMI_MATCH(DMI_PRODUCT_NAME, "VGN-Z540N"),
 		},
 	},
-	{	/* Handle problems with rebooting on CompuLab SBC-FITPC2 */
-		.callback = set_bios_reboot,
-		.ident = "CompuLab SBC-FITPC2",
-		.matches = {
-			DMI_MATCH(DMI_SYS_VENDOR, "CompuLab"),
-			DMI_MATCH(DMI_PRODUCT_NAME, "SBC-FITPC2"),
-		},
-	},
 	{	/* Handle problems with rebooting on ASUS P4S800 */
 		.callback = set_bios_reboot,
 		.ident = "ASUS P4S800",


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-04 10:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-02 14:26 [PATCH] x86: remove quirk entry for SBC FITPC Alan Cox
2012-10-04 10:33 ` [tip:x86/urgent] x86/reboot: Remove " tip-bot for David Hooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.