]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] fix build on x86_64 with !CONFIG_HOTPLUG_CPU
authorBrian Magnuson <magnuson@rcn.com>
Mon, 27 Feb 2006 03:02:04 +0000 (04:02 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 27 Feb 2006 03:07:42 +0000 (19:07 -0800)
commit94b8d5c38b1a300007a004f563236db0200330eb
treeccf228672693b15eb602adf5068383e0222170c0
parent734232bf2394472ccc6610199e8211aa02f1cc96
[PATCH] fix build on x86_64 with !CONFIG_HOTPLUG_CPU

The commit 6e7c88e411285f63c3c579eca21c9410e39102cc added
setup_additional_cpus to setup.c but this is only defined if
CONFIG_HOTPLUG_CPU is set.  This patch changes the #ifdef to reflect that.

Signed-off-by: Brian Magnuson <magnuson@rcn.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/setup.c