[PATCH] i386: Fix the EDD code misparsing the command line
authorH. Peter Anvin <hpa@zytor.com>
Tue, 26 Sep 2006 08:52:38 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:38 +0000 (10:52 +0200)
commit575400d1b483fbe9e03c68758059bfaf4e4768d1
tree9839d343d235dabfdb27e8ad2e48511ae542b015
parent53ee11ae0d73f28029a5f0d991bc4dcd7c817e7a
[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 <hpa@zytor.com>
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/boot/edd.S
include/linux/edd.h