From: devzero@web.de Date: Wed, 30 Jan 2008 12:33:02 +0000 (+0100) Subject: x86 setup: early cmdline parser handle boolean options X-Git-Tag: v2.6.25-rc1~1143^2~330 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d0b9898029b7b3c7f161d31f57c4831d9049eb;p=pandora-kernel.git x86 setup: early cmdline parser handle boolean options This patch extends the early commandline parser to support boolean options. The current version in mainline only supports parsing "option=arg" value pairs. With this it should be easy making other messages like "Uncompressing kernel" honour the "quiet" parameter, too. Signed-off-by: Roland Kletzing Signed-off-by: H. Peter Anvin Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed