Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db9a7fb1 authored by David S. Miller's avatar David S. Miller
Browse files

[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: default avatarDavid S. Miller <davem@davemloft.net>
parent c6ca9783
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -82,7 +82,7 @@ unsigned long cmdline_memory_size = 0;
static struct console prom_early_console = {
static struct console prom_early_console = {
	.name =		"earlyprom",
	.name =		"earlyprom",
	.write =	prom_console_write,
	.write =	prom_console_write,
	.flags =	CON_PRINTBUFFER | CON_BOOT,
	.flags =	CON_PRINTBUFFER | CON_BOOT | CON_ANYTIME,
	.index =	-1,
	.index =	-1,
};
};