aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2007-07-14 00:45:16 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-07-16 04:04:49 -0700
commitb14f5c100ce4c63e4c5a71ab47e71cf4a1caa9e3 (patch)
tree5c13bf03d4ce199bebffb66146daf5d9fd731bfd /arch/sparc64/Kconfig
parent[SPARC64]: Unconditionally register vio_bus_type. (diff)
downloadlinux-dev-b14f5c100ce4c63e4c5a71ab47e71cf4a1caa9e3.tar.xz
linux-dev-b14f5c100ce4c63e4c5a71ab47e71cf4a1caa9e3.zip
[SPARC64]: Fix build regressions added by dr-cpu changes.
Do not select HOTPLUG_CPU from SUN_LDOMS, that causes HOTPLUG_CPU to be selected even on non-SMP which is illegal. Only build hvtramp.o when SMP, just like trampoline.o Protect dr-cpu code in ds.c with HOTPLUG_CPU. Likewise move ldom_startcpu_cpuid() to smp.c and protect it and the call site with SUN_LDOMS && HOTPLUG_CPU. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig')
-rw-r--r--arch/sparc64/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index 3c2e3397caf8..b84b6af1241e 100644
--- a/arch/sparc64/Kconfig
+++ b/arch/sparc64/Kconfig
@@ -316,7 +316,6 @@ config SUN_IO
config SUN_LDOMS
bool "Sun Logical Domains support"
- select HOTPLUG_CPU
help
Say Y here is you want to support virtual devices via
Logical Domains.