mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-04 12:16:41 +00:00
Revert "x86: Make Dell Latitude E5420 use reboot=pci"
This reverts commit8b752bf536
. Stefan Cososchi reported a build breakage on 32-bit (only worked fine on x86_64). It needs a backport of6c6c51e4
to work. Revert this patch as it's not critical anyway. Signed-off-by: Willy Tarreau <w@1wt.eu>
This commit is contained in:
parent
5a85ebb7fb
commit
a41f51c3dd
@ -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"),
|
||||
},
|
||||
},
|
||||
{ }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user