]> git.baikalelectronics.ru Git - kernel.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)
commit8107a1755a29de6eb12cb01e0c1a03c26d90fc90
tree23fe5c6a6914c2465b9ecd94092e20707e86aa52
parente2af14d504969cdf74d3f9e992a46a3aa69c9126
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