From: Finn Thain Date: Sat, 12 Apr 2014 13:49:30 +0000 (+1000) Subject: m68k/mvme16x: Adopt common boot console X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46f46d02c90959b82b99badfadc575081666aae;p=pandora-kernel.git m68k/mvme16x: Adopt common boot console In a multi-platform kernel binary we only need one early console instance. The difficulty here is that the common early console is started by early_param(), whereas the MVME16x instance is started later by config_mvme16x(). That means some interrupt setup must be done earlier. Signed-off-by: Finn Thain Tested-by: Stephen N Chivers [Geert] Tag debug_cons_write() with __ref to kill section mismatch warning Signed-off-by: Geert Uytterhoeven --- Reading git-diff-tree failed