x86: Honor 'quiet' command line option in real mode boot decompressor.
authorKristian Høgsberg <krh@redhat.com>
Thu, 29 May 2008 22:31:15 +0000 (18:31 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 31 May 2008 00:00:47 +0000 (17:00 -0700)
This patch lets the early real mode code look for the 'quiet' option
on the kernel command line and pass a loadflag to the decompressor.
When this flag is set, we suppress the "Decompressing Linux... Parsing
ELF... done." messages.

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>

No differences found