diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-08 05:59:23 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-08 05:59:23 -0400 |
commit | 2b4fa851b2f06fdb04cac808b57324f5e51e1578 (patch) | |
tree | 97db3ad5adda7683923630982f68b8b52c86e790 /arch/x86/kernel/setup_64.c | |
parent | 3de352bbd86f890dd0c5e1c09a6a1b0b29e0f8ce (diff) | |
parent | 46f68e1c6b04a04772e828ff3bcd07ed708805c2 (diff) |
Merge branch 'x86/numa' into x86/devel
Conflicts:
arch/x86/Kconfig
arch/x86/kernel/e820.c
arch/x86/kernel/efi_64.c
arch/x86/kernel/mpparse.c
arch/x86/kernel/setup.c
arch/x86/kernel/setup_32.c
arch/x86/mm/init_64.c
include/asm-x86/proto.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index 9a87113ba996..16ef53ab538a 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -376,15 +376,6 @@ void __init setup_arch(char **cmdline_p) | |||
376 | kvmclock_init(); | 376 | kvmclock_init(); |
377 | #endif | 377 | #endif |
378 | 378 | ||
379 | #ifdef CONFIG_SMP | ||
380 | /* setup to use the early static init tables during kernel startup */ | ||
381 | x86_cpu_to_apicid_early_ptr = (void *)x86_cpu_to_apicid_init; | ||
382 | x86_bios_cpu_apicid_early_ptr = (void *)x86_bios_cpu_apicid_init; | ||
383 | #ifdef CONFIG_NUMA | ||
384 | x86_cpu_to_node_map_early_ptr = (void *)x86_cpu_to_node_map_init; | ||
385 | #endif | ||
386 | #endif | ||
387 | |||
388 | #ifdef CONFIG_ACPI | 379 | #ifdef CONFIG_ACPI |
389 | /* | 380 | /* |
390 | * Initialize the ACPI boot-time table parser (gets the RSDP and SDT). | 381 | * Initialize the ACPI boot-time table parser (gets the RSDP and SDT). |