Skip to content

Commit

Permalink
[SPARC64]: Once we have the boot cmdline, call parse_early_param()
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 24, 2008
1 parent 30957a8 commit ce3b1d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc64/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ce3b1d4

Please sign in to comment.