From: David S. Miller Date: Wed, 19 Mar 2008 10:54:09 +0000 (-0700) Subject: [SPARC64]: Once we have the boot cmdline, call parse_early_param() X-Git-Tag: v2.6.26-rc1~1089^2~12 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3b1d47a8605905b666649ea309b6471a75b4ed;p=linux-2.6 [SPARC64]: Once we have the boot cmdline, call parse_early_param() Signed-off-by: David S. Miller --- diff --git a/arch/sparc64/kernel/setup.c b/arch/sparc64/kernel/setup.c index 6acb4c51cf..46bcf41097 100644 --- a/arch/sparc64/kernel/setup.c +++ b/arch/sparc64/kernel/setup.c @@ -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);