Browse Source

[SPARC64]: Once we have the boot cmdline, call parse_early_param()

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 17 years ago
parent
commit
ce3b1d47a8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/sparc64/kernel/setup.c

+ 1 - 0
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);