diff options
Diffstat (limited to 'arch/mips/sibyte/sb1250/smp.c')
-rw-r--r-- | arch/mips/sibyte/sb1250/smp.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/sibyte/sb1250/smp.c b/arch/mips/sibyte/sb1250/smp.c index db976117dd4d..c0c4b3f88a08 100644 --- a/arch/mips/sibyte/sb1250/smp.c +++ b/arch/mips/sibyte/sb1250/smp.c | |||
@@ -103,13 +103,6 @@ static void sb1250_smp_finish(void) | |||
103 | } | 103 | } |
104 | 104 | ||
105 | /* | 105 | /* |
106 | * Final cleanup after all secondaries booted | ||
107 | */ | ||
108 | static void sb1250_cpus_done(void) | ||
109 | { | ||
110 | } | ||
111 | |||
112 | /* | ||
113 | * Setup the PC, SP, and GP of a secondary processor and start it | 106 | * Setup the PC, SP, and GP of a secondary processor and start it |
114 | * running! | 107 | * running! |
115 | */ | 108 | */ |
@@ -158,7 +151,6 @@ struct plat_smp_ops sb_smp_ops = { | |||
158 | .send_ipi_mask = sb1250_send_ipi_mask, | 151 | .send_ipi_mask = sb1250_send_ipi_mask, |
159 | .init_secondary = sb1250_init_secondary, | 152 | .init_secondary = sb1250_init_secondary, |
160 | .smp_finish = sb1250_smp_finish, | 153 | .smp_finish = sb1250_smp_finish, |
161 | .cpus_done = sb1250_cpus_done, | ||
162 | .boot_secondary = sb1250_boot_secondary, | 154 | .boot_secondary = sb1250_boot_secondary, |
163 | .smp_setup = sb1250_smp_setup, | 155 | .smp_setup = sb1250_smp_setup, |
164 | .prepare_cpus = sb1250_prepare_cpus, | 156 | .prepare_cpus = sb1250_prepare_cpus, |