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

[SPARC64]: Once we have the boot cmdline, call parse_early_param()

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 30957a86
......@@ -281,6 +281,7 @@ void __init setup_arch(char **cmdline_p)
/* Initialize PROM console and command line. */
*cmdline_p = prom_getbootargs();
strcpy(boot_command_line, *cmdline_p);
parse_early_param();
boot_flags_init(*cmdline_p);
register_console(&prom_early_console);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册