Commit cbb9c26b authored by William Lee Irwin III's avatar William Lee Irwin III Committed by Linus Torvalds

[PATCH] sparc32: remove references to start_secondary()

Remove leftover references to now-unused start_secondary()
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent dd74290c
......@@ -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.
......
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment