]> git.baikalelectronics.ru Git - kernel.git/commit
x86 setup: early cmdline parser handle boolean options
authordevzero@web.de <devzero@web.de>
Wed, 30 Jan 2008 12:33:02 +0000 (13:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:33:02 +0000 (13:33 +0100)
commitab127fb5a1e5b70115b0b286349bfa03d28c7b66
tree3423478d043a18042590d494876ae7d0223bcea5
parentdfde242fa23d99388669a832f94b29eb323e39be
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 <devzero@web.de>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/boot/cmdline.c