]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/um/drivers/stdio_console.c
Pull bugzilla-6859 into release branch
[linux-2.6-omap-h63xx.git] / arch / um / drivers / stdio_console.c
index 7ff0b0fc37e73eff2875fe4ae0db633570181b66..76d1f1c980ef45154e717720e8a83a9ba1c2410c 100644 (file)
@@ -153,7 +153,7 @@ static struct console stdiocons = {
        .write          = uml_console_write,
        .device         = uml_console_device,
        .setup          = uml_console_setup,
-       .flags          = CON_PRINTBUFFER,
+       .flags          = CON_PRINTBUFFER|CON_ANYTIME,
        .index          = -1,
 };