[SPARC64]: Once we have the boot cmdline, call parse_early_param()
authorDavid S. Miller <davem@davemloft.net>
Wed, 19 Mar 2008 10:54:09 +0000 (03:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Apr 2008 06:32:14 +0000 (23:32 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/setup.c

index 6acb4c5..46bcf41 100644 (file)
@@ -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);