From cdcc9eb5e014a58aba047193a73a0de8b61b988d Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Mon, 23 Jul 2007 00:07:34 +0900 Subject: [PATCH] [MIPS] Fix marge error due to conflict in arch/mips/kernel/head.S __INIT directive just before kernel_entry was ignored for most platforms. 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 Signed-off-by: Ralf Baechle --- Reading git-format-patch failed