Commit 3fbe36d8 authored by David S. Miller's avatar David S. Miller

sparc32: Call parse_early_param() in setup_arch().

Mirror sparc64.  This will allow us to use early_param() on
sparc32 too.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 87395fc6
...@@ -213,6 +213,7 @@ void __init setup_arch(char **cmdline_p) ...@@ -213,6 +213,7 @@ void __init setup_arch(char **cmdline_p)
/* Initialize PROM console and command line. */ /* Initialize PROM console and command line. */
*cmdline_p = prom_getbootargs(); *cmdline_p = prom_getbootargs();
strcpy(boot_command_line, *cmdline_p); strcpy(boot_command_line, *cmdline_p);
parse_early_param();
/* Set sparc_cpu_model */ /* Set sparc_cpu_model */
sparc_cpu_model = sun_unknown; sparc_cpu_model = sun_unknown;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment