- landley, remove this?
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 May 2006 13:01:37 +0000 (13:01 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 29 May 2006 13:01:37 +0000 (13:01 -0000)
init/init.c

index b9385cfadc4f7a8269bcaa361fd12d3dcddffd37..928f84b918a604f9d830b73a8f12baf16fa2a2be 100644 (file)
@@ -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] */