]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sparc32: Call parse_early_param() in setup_arch().
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Sep 2008 06:40:32 +0000 (23:40 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Sep 2008 06:40:32 +0000 (23:40 -0700)
Mirror sparc64.  This will allow us to use early_param() on
sparc32 too.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/kernel/setup.c

index f8391c0d7e9b056b4475280c71da8351be944167..24fe3078bd4bf8d400d4b081745cd3770150e1b8 100644 (file)
@@ -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;