diff options
author | Yinghai Lu <Yinghai.Lu@Sun.COM> | 2008-01-30 07:33:38 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:33:38 -0500 |
commit | 07035f076febf5fd791edbdac0e6d3f2f0e00a01 (patch) | |
tree | 3b83271f747a0c542c489bf359d90376514a2bd8 /arch/x86/kernel/setup_64.c | |
parent | 778cb929adaef0eb4cce74403c0f918d2751cd8f (diff) |
x86: not set boot cpu in cpu_present_map again
in init/main.c boot_cpu_init() already does that before setup_arch
Signed-off-by: Yinghai Lu <yinghai.lu@sun.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/setup_64.c')
-rw-r--r-- | arch/x86/kernel/setup_64.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c index c9b7f44ea497..4ccad185ab7e 100644 --- a/arch/x86/kernel/setup_64.c +++ b/arch/x86/kernel/setup_64.c | |||
@@ -414,12 +414,6 @@ void __init setup_arch(char **cmdline_p) | |||
414 | 414 | ||
415 | early_quirks(); | 415 | early_quirks(); |
416 | 416 | ||
417 | /* | ||
418 | * set this early, so we dont allocate cpu0 | ||
419 | * if MADT list doesnt list BSP first | ||
420 | * mpparse.c/MP_processor_info() allocates logical cpu numbers. | ||
421 | */ | ||
422 | cpu_set(0, cpu_present_map); | ||
423 | #ifdef CONFIG_ACPI | 417 | #ifdef CONFIG_ACPI |
424 | /* | 418 | /* |
425 | * Read APIC and some other early information from ACPI tables. | 419 | * Read APIC and some other early information from ACPI tables. |