On Mon, 23 Jul 2007 00:07:34 +0900 (JST), Atsushi Nemoto <anemo@xxxxxxxxxxxxx> wrote: > __INIT directive just before kernel_entry was dropped for most > (i.e. BOOT_RAW=n) platforms by merge accident (perhaps). This patch > fixes it and get rid of this warning: > > WARNING: vmlinux.o(.text+0x478): Section mismatch: reference to .init.text:start_kernel (between '_stext' and 'run_init_process') > > Signed-off-by: Atsushi Nemoto <anemo@xxxxxxxxxxxxx> Also, I suppose this fix is needed for MIPSsim and PMC MSP. --- Atsushi Nemoto