]> git.karo-electronics.de Git - karo-tx-linux.git/commit
x86: not set boot cpu in cpu_online_map in smp_prepare_boot_cpu()
authorYinghai Lu <Yinghai.Lu@Sun.COM>
Wed, 30 Jan 2008 12:33:39 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:39 +0000 (13:33 +0100)
commit23916d49155552767726f116daf32dfb2aa3af23
tree23fe5c6a6914c2465b9ecd94092e20707e86aa52
parent07035f076febf5fd791edbdac0e6d3f2f0e00a01
x86: not set boot cpu in cpu_online_map in smp_prepare_boot_cpu()

in init/main.c boot_cpu_init() does that before.

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>
arch/x86/kernel/smpboot_64.c