From fcd96361f880361c704e80ffa71e42ab058bd31c Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 19 Jun 2010 16:32:25 +0300 Subject: [PATCH] --- yaml --- r: 200591 b: refs/heads/master c: 890ffedc7c3e95595926379e28ad2e16e7d7c613 h: refs/heads/master i: 200589: c76be11c906fe55b254857be34342a9cc971ddc3 200587: 618f79bd1682f79f48376026c195c12bcfe982aa 200583: 7b669902ea60a194ec02c8e58a2b427e0e6dd075 200575: 3144212462dce007ae0016cda095676291b4d644 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/reboot.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8e1350beda28..d6b33c4dbee8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 124482935fb7fb9303c8a8ab930149c6a93d9910 +refs/heads/master: 890ffedc7c3e95595926379e28ad2e16e7d7c613 diff --git a/trunk/arch/x86/kernel/reboot.c b/trunk/arch/x86/kernel/reboot.c index 8e1aac86b50c..e3af342fe83a 100644 --- a/trunk/arch/x86/kernel/reboot.c +++ b/trunk/arch/x86/kernel/reboot.c @@ -228,6 +228,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"), }, }, + { /* Handle problems with rebooting on Dell T7400's */ + .callback = set_bios_reboot, + .ident = "Dell Precision T7400", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T7400"), + }, + }, { /* Handle problems with rebooting on HP laptops */ .callback = set_bios_reboot, .ident = "HP Compaq Laptop",