Re: [MIPS] Fix modpost warning in raw binary builds.
From: Atsushi Nemoto <hidden>
Date: 2008-01-05 15:46:19
From: Atsushi Nemoto <hidden>
Date: 2008-01-05 15:46:19
On Tue, 16 Oct 2007 20:05:35 +0100, linux-mips@linux-mips.org wrote:
Author: Ralf Baechle [off-list ref] 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