summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/smp.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2009-07-24 01:15:28 +0200
committerBenjamin Herrenschmidt2009-08-20 02:12:44 +0200
commitcf54dc7cd4f9aab55cd3e1794b0b74c3c88cd1a0 (patch)
treed76b0914de720b5654af092af6e5245a49e62df6 /arch/powerpc/platforms/pseries/smp.c
parentpowerpc: Clean ifdef usage in copy_thread() (diff)
downloadkernel-qcow2-linux-cf54dc7cd4f9aab55cd3e1794b0b74c3c88cd1a0.tar.gz
kernel-qcow2-linux-cf54dc7cd4f9aab55cd3e1794b0b74c3c88cd1a0.tar.xz
kernel-qcow2-linux-cf54dc7cd4f9aab55cd3e1794b0b74c3c88cd1a0.zip
powerpc: Move definitions of secondary CPU spinloop to header file
Those definitions are currently declared extern in the .c file where they are used, move them to a header file instead. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms/pseries/smp.c')
-rw-r--r--arch/powerpc/platforms/pseries/smp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/pseries/smp.c b/arch/powerpc/platforms/pseries/smp.c
index 1f8f6cfb94f7..440000cc7130 100644
--- a/arch/powerpc/platforms/pseries/smp.c
+++ b/arch/powerpc/platforms/pseries/smp.c
@@ -56,8 +56,6 @@
*/
static cpumask_t of_spin_map;
-extern void generic_secondary_smp_init(unsigned long);
-
/**
* smp_startup_cpu() - start the given cpu
*