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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-03-19 03:54:09 -07:00
parent 30957a86c2
commit ce3b1d47a8

View File

@ -281,6 +281,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();
boot_flags_init(*cmdline_p); boot_flags_init(*cmdline_p);
register_console(&prom_early_console); register_console(&prom_early_console);