Skip to content

Commit

Permalink
sparc:remove unused declaration smp_boot_cpus()
Browse files Browse the repository at this point in the history
smp_boot_cpus() was replaced smp_prepare_cpus() long ago, and it no
longer needed, so delete it.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Kefeng Wang authored and David S. Miller committed Mar 31, 2013
1 parent 07961ac commit 71196a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sparc/include/asm/smp_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ void sun4m_init_smp(void);
void sun4d_init_smp(void);

void smp_callin(void);
void smp_boot_cpus(void);
void smp_store_cpu_info(int);

void smp_resched_interrupt(void);
Expand Down

0 comments on commit 71196a2

Please sign in to comment.