]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.xen/xen3-x86_sgi_uv_early_detect_oem.patch
Changed checkfs to auto reboot after correctable fsck fixes.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.xen / xen3-x86_sgi_uv_early_detect_oem.patch
CommitLineData
00e5a55c
BS
1From: Jack Steiner <steiner@sgi.com>
2Subject: x86, uv: add early detection of UV system types
3References: bnc#429984
4Patch-Mainline: yes
5
6I missed one line of the UV infrastructure patch.
7
8The code is already upstream as part of a larger UV patch
9but was somehow lost from the final UV infrastructure patch that was
10sent to SuSE.
11
12This change is necessary to detect that the system is a UV system prior
13to parsing the SRAT processor information.
14
15Mainline Commit: 2e42060c19cb79adacc48beb5e9ec5361df976a2
16
17Signed-off-by: Thomas Renninger <trenn@suse.de>
18
19Automatically created from "patches.arch/x86_sgi_uv_early_detect_oem.patch" by xen-port-patches.py
20
21--- sle11-2009-02-16.orig/arch/x86/kernel/setup-xen.c 2009-02-16 17:03:24.000000000 +0100
22+++ sle11-2009-02-16/arch/x86/kernel/setup-xen.c 2009-02-16 17:03:30.000000000 +0100
23@@ -959,6 +959,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.