From: H. Peter Anvin Date: Tue, 26 Sep 2006 08:52:38 +0000 (+0200) Subject: [PATCH] i386: Fix the EDD code misparsing the command line X-Git-Tag: v2.6.19-rc1~1077^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=575400d1b483fbe9e03c68758059bfaf4e4768d1;p=pandora-kernel.git [PATCH] i386: Fix the EDD code misparsing the command line The EDD code would scan the command line as a fixed array, without taking account of either whitespace, null-termination, the old command-line protocol, late overrides early, or the fact that the command line may not be reachable from INITSEG. This should fix those problems, and enable us to use a longer command line. Signed-off-by: H. Peter Anvin Signed-off-by: Andi Kleen --- Reading git-diff-tree failed