aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/kernel/smtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/smtc.c b/arch/mips/kernel/smtc.c
index 6b3c3ea8bc61..16aa5d37117c 100644
--- a/arch/mips/kernel/smtc.c
+++ b/arch/mips/kernel/smtc.c
@@ -524,7 +524,7 @@ void mipsmt_prepare_cpus(void)
524 * (unsigned long)idle->thread_info the gp 524 * (unsigned long)idle->thread_info the gp
525 * 525 *
526 */ 526 */
527void smtc_boot_secondary(int cpu, struct task_struct *idle) 527void __cpuinit smtc_boot_secondary(int cpu, struct task_struct *idle)
528{ 528{
529 extern u32 kernelsp[NR_CPUS]; 529 extern u32 kernelsp[NR_CPUS];
530 long flags; 530 long flags;