]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/suse-2.6.27.31/patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch
Add a patch to fix Intel E100 wake-on-lan problems.
[ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.xen / xen3-x86_sgi_uv_early_detect_oem.patch
1 From: Jack Steiner <steiner@sgi.com>
2 Subject: x86, uv: add early detection of UV system types
3 References: bnc#429984
4 Patch-Mainline: yes
5
6 I missed one line of the UV infrastructure patch.
7
8 The code is already upstream as part of a larger UV patch
9 but was somehow lost from the final UV infrastructure patch that was
10 sent to SuSE.
11
12 This change is necessary to detect that the system is a UV system prior
13 to parsing the SRAT processor information.
14
15 Mainline Commit: 2e42060c19cb79adacc48beb5e9ec5361df976a2
16
17 Signed-off-by: Thomas Renninger <trenn@suse.de>
18
19 Automatically created from "patches.arch/x86_sgi_uv_early_detect_oem.patch" by xen-port-patches.py
20
21 --- sle11-2009-07-31.orig/arch/x86/kernel/setup-xen.c 2009-07-31 15:13:15.000000000 +0200
22 +++ sle11-2009-07-31/arch/x86/kernel/setup-xen.c 2009-07-31 15:13:24.000000000 +0200
23 @@ -958,6 +958,8 @@ void __init setup_arch(char **cmdline_p)
24 */
25 acpi_boot_table_init();
26
27 + early_acpi_boot_init();
28 +
29 #ifdef CONFIG_ACPI_NUMA
30 /*
31 * Parse SRAT to discover nodes.