diff options
Diffstat (limited to 'arch/mips/netlogic/common/smp.c')
-rw-r--r-- | arch/mips/netlogic/common/smp.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/netlogic/common/smp.c b/arch/mips/netlogic/common/smp.c index 6baae15cc7b1..d81b443188af 100644 --- a/arch/mips/netlogic/common/smp.c +++ b/arch/mips/netlogic/common/smp.c | |||
@@ -135,10 +135,6 @@ void nlm_smp_finish(void) | |||
135 | local_irq_enable(); | 135 | local_irq_enable(); |
136 | } | 136 | } |
137 | 137 | ||
138 | void nlm_cpus_done(void) | ||
139 | { | ||
140 | } | ||
141 | |||
142 | /* | 138 | /* |
143 | * Boot all other cpus in the system, initialize them, and bring them into | 139 | * Boot all other cpus in the system, initialize them, and bring them into |
144 | * the boot function | 140 | * the boot function |
@@ -277,7 +273,6 @@ struct plat_smp_ops nlm_smp_ops = { | |||
277 | .send_ipi_mask = nlm_send_ipi_mask, | 273 | .send_ipi_mask = nlm_send_ipi_mask, |
278 | .init_secondary = nlm_init_secondary, | 274 | .init_secondary = nlm_init_secondary, |
279 | .smp_finish = nlm_smp_finish, | 275 | .smp_finish = nlm_smp_finish, |
280 | .cpus_done = nlm_cpus_done, | ||
281 | .boot_secondary = nlm_boot_secondary, | 276 | .boot_secondary = nlm_boot_secondary, |
282 | .smp_setup = nlm_smp_setup, | 277 | .smp_setup = nlm_smp_setup, |
283 | .prepare_cpus = nlm_prepare_cpus, | 278 | .prepare_cpus = nlm_prepare_cpus, |