From: Michael Ellerman Date: Wed, 17 May 2006 08:00:45 +0000 (+1000) Subject: [PATCH] powerpc: Parse early parameters earlier X-Git-Tag: v2.6.18-rc1~1081^2~225^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846f77b08c8301682ded5ce127c56397327a60d0;p=pandora-kernel.git [PATCH] powerpc: Parse early parameters earlier Currently we have call parse_early_param() earliyish, but not really very early. In particular, it's not early enough to do things like mem=x or crashkernel=blah, which is annoying. So do it earlier. I've checked all the early param handlers, and none of them look like they should have any trouble with this. I haven't tested the booke_wdt ones though. On 32-bit we were doing the CONFIG_CMDLINE logic twice, so don't. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed