[PATCH] fix MTIME_SEC_MAX on 32-bit
[powerpc.git] / arch / um / drivers / stdio_console.c
index 7ff0b0f..76d1f1c 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,
 };