提交 db9a7fb1 编写于 作者: D David S. Miller

[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: NDavid S. Miller <davem@davemloft.net>
上级 c6ca9783
......@@ -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,
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册