From: David S. Miller Date: Thu, 24 Apr 2008 05:22:29 +0000 (-0700) Subject: [SPARC64]: PROM debug console can be CON_ANYTIME. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=db9a7fb12c8d05104e8a541003593d62a42ade8f;p=deliverable%2Flinux.git [SPARC64]: PROM debug console can be CON_ANYTIME. No per-cpu or similar resources need to be setup before we can use this console device. Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 46bcf41097a8..da5e6ee0c661 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c @@ -82,7 +82,7 @@ unsigned long cmdline_memory_size = 0; static struct console prom_early_console = { .name = "earlyprom", .write = prom_console_write, - .flags = CON_PRINTBUFFER | CON_BOOT, + .flags = CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME, .index = -1, };