]> git.hungrycats.org Git - linux/commitdiff
[PATCH] sparc32: remove references to start_secondary()
authorWilliam Lee Irwin III <wli@holomorphy.com>
Sat, 7 Aug 2004 07:53:53 +0000 (00:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 7 Aug 2004 07:53:53 +0000 (00:53 -0700)
Remove leftover references to now-unused start_secondary()

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/sparc/kernel/sun4d_smp.c
arch/sparc/kernel/sun4m_smp.c

index a744b388590b39b869c1ca4528bf461bdba1dfc0..9f659c2f4196d60eafa4763da0faf2b412f2205e 100644 (file)
@@ -149,7 +149,6 @@ void __init smp4d_callin(void)
 extern int cpu_idle(void *unused);
 extern void init_IRQ(void);
 extern void cpu_panic(void);
-extern int start_secondary(void *unused);
 
 /*
  *     Cycle through the processors asking the PROM to start each one.
index 193e56b3c3b068a133768cb76bc2d05c0b468b99..f2fc64edc773d6ef735efe718779e4e4ba131da5 100644 (file)
@@ -124,7 +124,6 @@ void __init smp4m_callin(void)
 extern int cpu_idle(void *unused);
 extern void init_IRQ(void);
 extern void cpu_panic(void);
-extern int start_secondary(void *unused);
 
 /*
  *     Cycle through the processors asking the PROM to start each one.