From: Andi Kleen Date: Tue, 26 Sep 2006 08:52:32 +0000 (+0200) Subject: [PATCH] Convert x86-64 to early param X-Git-Tag: v2.6.19-rc1~1077^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c8c0e6b8d7700a990da8d24eff767f9ca223b96;p=pandora-kernel.git [PATCH] Convert x86-64 to early param Instead of hackish manual parsing Requires earlier i386 patchkit, but also fixes i386 early_printk again. I removed some obsolete really early parameters which didn't do anything useful. Also made a few parameters that needed it early (mostly oops printing setup) Also removed one panic check that wasn't visible without early console anyways (the early console is now initialized after that panic) This cleans up a lot of code. Signed-off-by: Andi Kleen --- Reading git-diff-tree failed