On Thu, 31 May 2007 16:59:44 +0100, linux-mips@xxxxxxxxxxxxxx wrote: > 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') Looking at arch/mips/kernel/smp.c, I suppose there should be much more functions to be marked as __cpuinit. For example, prom_init_secondary(), prom_smp_finish(), prom_smp_finish(), prom_boot_secondary(), etc. And then, smtc_init_secondary(), smtc_smp_finish(), etc. ... --- Atsushi Nemoto