提交 72db43be 编写于 作者: R Ralf Baechle

[MIPS] IP27: Fix modpost warning.

  MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x3180): Section mismatch: reference to .init.text:per_cpu_init (between 'prom_init_secondary' and 'alloc_cpupda')
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 4dc46775
......@@ -181,7 +181,7 @@ void __init prom_boot_secondary(int cpu, struct task_struct *idle)
0, (void *) sp, (void *) gp);
}
void prom_init_secondary(void)
void __cpuinit prom_init_secondary(void)
{
per_cpu_init();
local_irq_enable();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册