Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e119d49a authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] SMTC: Fix modpost warning.



WARNING: vmlinux.o(.text+0xcf54): Section mismatch: reference to .init.text:smp_bootstrap (between 'smtc_boot_secondary' and 'ipi_interrupt')

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 4d7d8147
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -524,7 +524,7 @@ void mipsmt_prepare_cpus(void)
 * (unsigned long)idle->thread_info the gp
 *
 */
void smtc_boot_secondary(int cpu, struct task_struct *idle)
void __cpuinit smtc_boot_secondary(int cpu, struct task_struct *idle)
{
	extern u32 kernelsp[NR_CPUS];
	long flags;