- landley, remove this?
This commit is contained in:
parent
49e60b9788
commit
76bb97c995
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ static void console_init(void)
|
||||||
|
|
||||||
if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) {
|
if ((s = getenv("CONSOLE")) != NULL || (s = getenv("console")) != NULL) {
|
||||||
safe_strncpy(console, s, sizeof(console));
|
safe_strncpy(console, s, sizeof(console));
|
||||||
#if #cpu(sparc)
|
#if 0 /* #cpu(sparc) */
|
||||||
/* sparc kernel supports console=tty[ab] parameter which is also
|
/* sparc kernel supports console=tty[ab] parameter which is also
|
||||||
* passed to init, so catch it here */
|
* passed to init, so catch it here */
|
||||||
/* remap tty[ab] to /dev/ttyS[01] */
|
/* remap tty[ab] to /dev/ttyS[01] */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue