On Tue, 16 Oct 2007 20:05:35 +0100, linux-mips@xxxxxxxxxxxxxx wrote: > Author: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Tue Oct 16 20:05:18 2007 +0100 > Commit: 017e3a492683b32d17dcd1b13b279745cc656073 > Gitweb: http://www.linux-mips.org/g/linux/017e3a49 > Branch: master > > MODPOST vmlinux.o > WARNING: vmlinux.o(.text+0x478): Section mismatch: reference to .init.text:start_kernel (between '_stext' and 'run_init_process') This commit should break CONFIG_BOOT_RAW. Since I do not have any good idea to avoid this warning, reverting this commit would be the best for now. The warning is just a false positive anyway. --- Atsushi Nemoto