]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/boot/main.c
Merge branch 'x86/core' into x86/generalize-visws
[linux-2.6-omap-h63xx.git] / arch / x86 / boot / main.c
index 7828da5cfd07475376c7d4d3fc95282334b60a3d..2296164b54d2abc3ad8edc343af2b76c830d6693 100644 (file)
@@ -9,8 +9,6 @@
  * ----------------------------------------------------------------------- */
 
 /*
- * arch/i386/boot/main.c
- *
  * Main module for the real-mode kernel code
  */
 
@@ -167,6 +165,10 @@ void main(void)
        /* Set the video mode */
        set_video();
 
+       /* Parse command line for 'quiet' and pass it to decompressor. */
+       if (cmdline_find_option_bool("quiet"))
+               boot_params.hdr.loadflags |= QUIET_FLAG;
+
        /* Do the last things and invoke protected mode */
        go_to_protected_mode();
 }