[merged] arch-x86-kernel-rebootc-add-imac91-to-pci_reboot_dmi_table.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     arch/x86/kernel/reboot.c: add iMac9,1 to pci_reboot_dmi_table
has been removed from the -mm tree.  Its filename was
     arch-x86-kernel-rebootc-add-imac91-to-pci_reboot_dmi_table.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: arch/x86/kernel/reboot.c: add iMac9,1 to pci_reboot_dmi_table
From: "Justin P. Mattock" <justinmattock@xxxxxxxxx>

On the iMac9,1 /sbin/reboot results in a black mangled screen.  Adding
this DMI entry gets the machine to reboot cleanly as it should.

Signed-off-by: Justin P. Mattock <justinmattock@xxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
Cc: Jesse Barnes <jbarnes@xxxxxxxxxxxxxxxx>
Cc: "Rafael J. Wysocki" <rjw@xxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 arch/x86/kernel/reboot.c |    8 ++++++++
 1 file changed, 8 insertions(+)

diff -puN arch/x86/kernel/reboot.c~arch-x86-kernel-rebootc-add-imac91-to-pci_reboot_dmi_table arch/x86/kernel/reboot.c
--- a/arch/x86/kernel/reboot.c~arch-x86-kernel-rebootc-add-imac91-to-pci_reboot_dmi_table
+++ a/arch/x86/kernel/reboot.c
@@ -467,6 +467,14 @@ static struct dmi_system_id __initdata r
 			DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"),
 		},
 	},
+	{	/* Handle problems with rebooting on the iMac9,1. */
+		.callback = set_pci_reboot,
+		.ident = "Apple iMac9,1",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Apple Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"),
+		},
+	},
 	{ }
 };
 
_

Patches currently in -mm which might be from justinmattock@xxxxxxxxx are

linux-next.patch
arch-x86-kernel-rebootc-add-imac91-to-pci_reboot_dmi_table.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux