aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip27/ip27-smp.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/sgi-ip27/ip27-smp.c')
-rw-r--r--arch/mips/sgi-ip27/ip27-smp.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/sgi-ip27/ip27-smp.c b/arch/mips/sgi-ip27/ip27-smp.c
index f4ea8aa79ba2..f9ae6a8fa7c7 100644
--- a/arch/mips/sgi-ip27/ip27-smp.c
+++ b/arch/mips/sgi-ip27/ip27-smp.c
@@ -186,10 +186,6 @@ static void ip27_smp_finish(void)
186 local_irq_enable(); 186 local_irq_enable();
187} 187}
188 188
189static void __init ip27_cpus_done(void)
190{
191}
192
193/* 189/*
194 * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we 190 * Launch a slave into smp_bootstrap(). It doesn't take an argument, and we
195 * set sp to the kernel stack of the newly created idle process, gp to the proc 191 * set sp to the kernel stack of the newly created idle process, gp to the proc
@@ -236,7 +232,6 @@ struct plat_smp_ops ip27_smp_ops = {
236 .send_ipi_mask = ip27_send_ipi_mask, 232 .send_ipi_mask = ip27_send_ipi_mask,
237 .init_secondary = ip27_init_secondary, 233 .init_secondary = ip27_init_secondary,
238 .smp_finish = ip27_smp_finish, 234 .smp_finish = ip27_smp_finish,
239 .cpus_done = ip27_cpus_done,
240 .boot_secondary = ip27_boot_secondary, 235 .boot_secondary = ip27_boot_secondary,
241 .smp_setup = ip27_smp_setup, 236 .smp_setup = ip27_smp_setup,
242 .prepare_cpus = ip27_prepare_cpus, 237 .prepare_cpus = ip27_prepare_cpus,