From 76bb97c995a52afdc8f5dc47b34784ebc23132a6 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Mon, 29 May 2006 13:01:37 +0000 Subject: - landley, remove this? --- init/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/init.c b/init/init.c index b9385cfad..928f84b91 100644 --- a/init/init.c +++ b/init/init.c @@ -313,7 +313,7 @@ static void console_init(void) if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) { safe_strncpy(console, s, sizeof(console)); -#if #cpu(sparc) +#if 0 /* #cpu(sparc) */ /* sparc kernel supports console=tty[ab] parameter which is also * passed to init, so catch it here */ /* remap tty[ab] to /dev/ttyS[01] */ -- cgit v1.2.3