diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-02-16 03:44:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-02-16 03:44:15 -0500 |
commit | 52b8b8d7251f8f7b8ed4a6c623618106d83e18b5 (patch) | |
tree | 13ee81932cba73deb69cd3f386d80e45e6ac23de /arch/x86/kernel/setup.c | |
parent | 02ac81a812fe0575a8475a93bdc22fb291ebad91 (diff) | |
parent | 14392fd329eca9b59d51c0aa5d0acfb4965424d1 (diff) |
Merge branch 'x86/numa' into x86/mm
Merge reason: consolidate it into the more generic x86/mm tree to prevent conflicts.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup.c')
-rw-r--r-- | arch/x86/kernel/setup.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c index 6b286d879a25..ac909ba297b9 100644 --- a/arch/x86/kernel/setup.c +++ b/arch/x86/kernel/setup.c | |||
@@ -1047,9 +1047,7 @@ void __init setup_arch(char **cmdline_p) | |||
1047 | 1047 | ||
1048 | prefill_possible_map(); | 1048 | prefill_possible_map(); |
1049 | 1049 | ||
1050 | #ifdef CONFIG_X86_64 | ||
1051 | init_cpu_to_node(); | 1050 | init_cpu_to_node(); |
1052 | #endif | ||
1053 | 1051 | ||
1054 | init_apic_mappings(); | 1052 | init_apic_mappings(); |
1055 | ioapic_and_gsi_init(); | 1053 | ioapic_and_gsi_init(); |