From efb6ef82c37ac1a5f5eb2f2289e8c62366d23022 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 20 Jul 2011 15:55:48 -0700 Subject: [PATCH] --- yaml --- r: 255017 b: refs/heads/master c: acc11eab70591744369722280c9ce162a6193494 h: refs/heads/master i: 255015: 00bce0d0e99adab85cf80c5313d757ccccd583f8 v: v3 --- [refs] | 2 +- trunk/Documentation/x86/boot.txt | 2 +- trunk/arch/x86/Kconfig | 2 +- trunk/arch/x86/kernel/reboot.c | 8 ++++++++ 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 47d8813cea38..7b8c8c3b528c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d110235d2c331c4f79e0879f51104be79e17a469 +refs/heads/master: acc11eab70591744369722280c9ce162a6193494 diff --git a/trunk/Documentation/x86/boot.txt b/trunk/Documentation/x86/boot.txt index 9b7221a86df2..7c3a8801b7ce 100644 --- a/trunk/Documentation/x86/boot.txt +++ b/trunk/Documentation/x86/boot.txt @@ -674,7 +674,7 @@ Protocol: 2.10+ Field name: init_size Type: read -Offset/size: 0x25c/4 +Offset/size: 0x260/4 This field indicates the amount of linear contiguous memory starting at the kernel runtime start address that the kernel needs before it diff --git a/trunk/arch/x86/Kconfig b/trunk/arch/x86/Kconfig index da349723d411..37357a599dca 100644 --- a/trunk/arch/x86/Kconfig +++ b/trunk/arch/x86/Kconfig @@ -1170,7 +1170,7 @@ comment "NUMA (Summit) requires SMP, 64GB highmem support, ACPI" config AMD_NUMA def_bool y prompt "Old style AMD Opteron NUMA detection" - depends on NUMA && PCI + depends on X86_64 && NUMA && PCI ---help--- Enable AMD NUMA node topology detection. You should say Y here if you have a multi processor AMD system. This uses an old method to diff --git a/trunk/arch/x86/kernel/reboot.c b/trunk/arch/x86/kernel/reboot.c index 4f0d46fefa7f..14eed214b584 100644 --- a/trunk/arch/x86/kernel/reboot.c +++ b/trunk/arch/x86/kernel/reboot.c @@ -419,6 +419,14 @@ static struct dmi_system_id __initdata pci_reboot_dmi_table[] = { DMI_MATCH(DMI_PRODUCT_NAME, "iMac9,1"), }, }, + { /* Handle problems with rebooting on the Latitude E6320. */ + .callback = set_pci_reboot, + .ident = "Dell Latitude E6320", + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6320"), + }, + }, { } };