Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07035f07 authored by Yinghai Lu's avatar Yinghai Lu Committed by Ingo Molnar
Browse files

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: default avatarYinghai Lu <yinghai.lu@sun.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 778cb929
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -414,12 +414,6 @@ void __init setup_arch(char **cmdline_p)

	early_quirks();

	/*
	 * set this early, so we dont allocate cpu0
	 * if MADT list doesnt list BSP first
	 * mpparse.c/MP_processor_info() allocates logical cpu numbers.
	 */
	cpu_set(0, cpu_present_map);
#ifdef CONFIG_ACPI
	/*
	 * Read APIC and some other early information from ACPI tables.