diff options
Diffstat (limited to 'arch/mips/netlogic/xlr/smp.c')
-rw-r--r-- | arch/mips/netlogic/xlr/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/netlogic/xlr/smp.c b/arch/mips/netlogic/xlr/smp.c index d842bce5c940..e2372121307c 100644 --- a/arch/mips/netlogic/xlr/smp.c +++ b/arch/mips/netlogic/xlr/smp.c | |||
@@ -191,7 +191,7 @@ struct plat_smp_ops nlm_smp_ops = { | |||
191 | 191 | ||
192 | unsigned long secondary_entry_point; | 192 | unsigned long secondary_entry_point; |
193 | 193 | ||
194 | int nlm_wakeup_secondary_cpus(u32 wakeup_mask) | 194 | int __cpuinit nlm_wakeup_secondary_cpus(u32 wakeup_mask) |
195 | { | 195 | { |
196 | unsigned int tid, pid, ipi, i, boot_cpu; | 196 | unsigned int tid, pid, ipi, i, boot_cpu; |
197 | void *reset_vec; | 197 | void *reset_vec; |