commit | b14f5c100ce4c63e4c5a71ab47e71cf4a1caa9e3 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sat Jul 14 00:45:16 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Jul 16 04:04:49 2007 -0700 |
tree | 5c13bf03d4ce199bebffb66146daf5d9fd731bfd | |
parent | f8be339c02c1e543eee8e09ffe600c0e61be5898 [diff] |
[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>