Skip to content

Commit

Permalink
sparc32: Call parse_early_param() in setup_arch().
Browse files Browse the repository at this point in the history
Mirror sparc64.  This will allow us to use early_param() on
sparc32 too.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Sep 11, 2008
1 parent 87395fc commit 3fbe36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,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();

/* Set sparc_cpu_model */
sparc_cpu_model = sun_unknown;
Expand Down

0 comments on commit 3fbe36d

Please sign in to comment.