]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/suse-2.6.27.39/patches.arch/x86_sgi_uv_early_detect_oem.patch
Imported linux-2.6.27.39 suse/xen patches.
[ipfire-2.x.git] / src / patches / suse-2.6.27.39 / patches.arch / x86_sgi_uv_early_detect_oem.patch
CommitLineData
2cb7cef9
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
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@@ -818,6 +818,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.