]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MIPS] Fix modpost warnings by making start_secondary __cpuinit
authorRalf Baechle <ralf@linux-mips.org>
Thu, 31 May 2007 15:15:01 +0000 (16:15 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 11 Jun 2007 17:20:54 +0000 (18:20 +0100)
commit4ebd5233f0420f1e383c38f962ec84c4d53fbbad
treeb944968ed2ed36fbfbc2c53e15c7780148d8a444
parentcf7578995398e20d3ab0748e6d5f83ea6c7a0035
[MIPS] Fix modpost warnings by making start_secondary __cpuinit

WARNING: arch/mips/kernel/built-in.o(.text+0x9a58): Section mismatch: reference to .init.text:cpu_report (between 'start_secondary' and 'smp_prepare_boot_cpu')
WARNING: arch/mips/kernel/built-in.o(.text+0x9a60): Section mismatch: reference to .init.text:per_cpu_trap_init (between 'start_secondary' and 'smp_prepare_boot_cpu')
WARNING: arch/mips/kernel/built-in.o(.text+0x9adc): Section mismatch: reference to .init.text:cpu_probe (between 'start_secondary' and 'smp_prepare_boot_cpu')
mipsel-linux-objcopy -S -O srec --remove-section=.reginfo --remove-section=.mdebug --remove-section=.comment --remove-section=.note --remove-section=.pdr --remove-section=.options --remove-section=.MIPS.options vmlinux arch/mips/boot/vmlinux.srec

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/smp.c