Pārlūkot izejas kodu

[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 <davem@davemloft.net>
David S. Miller 17 gadi atpakaļ
vecāks
revīzija
db9a7fb12c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/sparc64/kernel/setup.c

+ 1 - 1
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,
 };