diff options
| -rw-r--r-- | arch/x86/kernel/reboot.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c index d64889aa2d46..ab0adc0fa5db 100644 --- a/arch/x86/kernel/reboot.c +++ b/arch/x86/kernel/reboot.c | |||
| @@ -182,6 +182,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = { | |||
| 182 | DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"), | 182 | DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"), |
| 183 | }, | 183 | }, |
| 184 | }, | 184 | }, |
| 185 | { /* Handle problems with rebooting on the iMac10,1. */ | ||
| 186 | .callback = set_pci_reboot, | ||
| 187 | .ident = "Apple iMac10,1", | ||
| 188 | .matches = { | ||
| 189 | DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."), | ||
| 190 | DMI_MATCH(DMI_PRODUCT_NAME, "iMac10,1"), | ||
| 191 | }, | ||
| 192 | }, | ||
| 185 | 193 | ||
| 186 | /* ASRock */ | 194 | /* ASRock */ |
| 187 | { /* Handle problems with rebooting on ASRock Q1900DC-ITX */ | 195 | { /* Handle problems with rebooting on ASRock Q1900DC-ITX */ |
