From: Aaro Koskinen Date: Mon, 11 Feb 2013 20:51:49 +0000 (+0000) Subject: MIPS: early_printk: drop __init annotations X-Git-Tag: v3.9-rc1~26^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7be4e754b61681467f873400cbaa42a013b8973;p=pandora-kernel.git MIPS: early_printk: drop __init annotations We cannot use __init for earlyprintk code or data, since the kernel parameter "keep_bootcon" allows leaving the boot console enabled. Currently MIPS will crash/hang/die if you use keep_bootcon. The patch fixes it at least on Lemote FuLoong mini-PC. Changes for other boards were done based on what I could find with grep... Signed-off-by: Aaro Koskinen Patchwork: http://patchwork.linux-mips.org/patch/4935/ Signed-off-by: John Crispin --- Reading git-diff-tree failed