]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.arch/x86_sgi_uv_early_detect_oem.patch
Disable build of xen kernel.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.arch / 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 ---
20 arch/x86/kernel/setup.c | 2 ++
21 1 file changed, 2 insertions(+)
22
23 --- a/arch/x86/kernel/setup.c
24 +++ b/arch/x86/kernel/setup.c
25 @@ -827,6 +827,8 @@ void __init setup_arch(char **cmdline_p)
26 */
27 acpi_boot_table_init();
28
29 + early_acpi_boot_init();
30 +
31 #ifdef CONFIG_ACPI_NUMA
32 /*
33 * Parse SRAT to discover nodes.