[SPARC64]: Fix build regressions added by dr-cpu changes.
authorDavid S. Miller <davem@sunset.davemloft.net>
Sat, 14 Jul 2007 07:45:16 +0000 (00:45 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 16 Jul 2007 11:04:49 +0000 (04:04 -0700)
commitb14f5c100ce4c63e4c5a71ab47e71cf4a1caa9e3
tree5c13bf03d4ce199bebffb66146daf5d9fd731bfd
parentf8be339c02c1e543eee8e09ffe600c0e61be5898
[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>
arch/sparc64/Kconfig
arch/sparc64/kernel/Makefile
arch/sparc64/kernel/ds.c
arch/sparc64/kernel/smp.c
include/asm-sparc64/ldc.h