diff options
Diffstat (limited to 'arch/mips/sibyte/bcm1480/smp.c')
-rw-r--r-- | arch/mips/sibyte/bcm1480/smp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/sibyte/bcm1480/smp.c b/arch/mips/sibyte/bcm1480/smp.c index 70d9182b26f1..af7d44edd9a8 100644 --- a/arch/mips/sibyte/bcm1480/smp.c +++ b/arch/mips/sibyte/bcm1480/smp.c | |||
@@ -115,13 +115,6 @@ static void bcm1480_smp_finish(void) | |||
115 | } | 115 | } |
116 | 116 | ||
117 | /* | 117 | /* |
118 | * Final cleanup after all secondaries booted | ||
119 | */ | ||
120 | static void bcm1480_cpus_done(void) | ||
121 | { | ||
122 | } | ||
123 | |||
124 | /* | ||
125 | * Setup the PC, SP, and GP of a secondary processor and start it | 118 | * Setup the PC, SP, and GP of a secondary processor and start it |
126 | * running! | 119 | * running! |
127 | */ | 120 | */ |
@@ -170,7 +163,6 @@ struct plat_smp_ops bcm1480_smp_ops = { | |||
170 | .send_ipi_mask = bcm1480_send_ipi_mask, | 163 | .send_ipi_mask = bcm1480_send_ipi_mask, |
171 | .init_secondary = bcm1480_init_secondary, | 164 | .init_secondary = bcm1480_init_secondary, |
172 | .smp_finish = bcm1480_smp_finish, | 165 | .smp_finish = bcm1480_smp_finish, |
173 | .cpus_done = bcm1480_cpus_done, | ||
174 | .boot_secondary = bcm1480_boot_secondary, | 166 | .boot_secondary = bcm1480_boot_secondary, |
175 | .smp_setup = bcm1480_smp_setup, | 167 | .smp_setup = bcm1480_smp_setup, |
176 | .prepare_cpus = bcm1480_prepare_cpus, | 168 | .prepare_cpus = bcm1480_prepare_cpus, |