]> git.hungrycats.org Git - linux/commitdiff
Revert "x86: Make Dell Latitude E5420 use reboot=pci"
authorWilly Tarreau <w@1wt.eu>
Sun, 12 Feb 2012 19:54:08 +0000 (20:54 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Feb 2012 19:55:46 +0000 (20:55 +0100)
This reverts commit 8b752bf5367de4216a1eeef0b36bd3e05326e2ff.

Stefan Cososchi reported a build breakage on 32-bit (only worked
fine on x86_64). It needs a backport of 6c6c51e4 to work. Revert
this patch as it's not critical anyway.

Signed-off-by: Willy Tarreau <w@1wt.eu>
arch/x86/kernel/reboot.c

index 7a774270df19cc26a4ca9c5e8c7373c553ceeafd..f2e02b7aef3067290e7e951f20bb55f6be8126be 100644 (file)
@@ -227,14 +227,6 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
                        DMI_MATCH(DMI_BOARD_NAME, "P4S800"),
                },
        },
-       {       /* Handle problems with rebooting on the Latitude E5420. */
-               .callback = set_pci_reboot,
-               .ident = "Dell Latitude E5420",
-               .matches = {
-                       DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-                       DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E5420"),
-               },
-       },
        { }
 };