From: Shane McDonald Date: Thu, 14 Jun 2012 02:26:40 +0000 (+0000) Subject: MIPS: Move processing of coherency kernel parameters earlier X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~15^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5b64f2ba434cd2082a89aecec4b4c1eaec742c0;p=pandora-kernel.git MIPS: Move processing of coherency kernel parameters earlier Commit 97ce2c88f9ad42e3c60a9beb9fca87abf3639faa (jump-label: initialize jump-label subsystem much earlier) caused MIPS to break, so this was resolved with commit 6650df3c380e0db558dbfec63ed860402c6afb2a (MIPS: Move cache setup to setup_arch().). Unfortunately, after this commit, the coherency kernel parameters, cca and coherentio, are no longer processed before their values are used. This patch fixes this problem by marking them as early_param, which results in them being processed before they are needed. Signed-off-by: Shane McDonald Acked-by: David Daney Cc: Ralf Baechle Patchwork: http://patchwork.linux-mips.org/patch/3961 Signed-off-by: John Crispin --- Reading git-diff-tree failed