diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ static void console_init() | |||
192 | if ((s = getenv("CONSOLE")) != NULL) { | 192 | if ((s = getenv("CONSOLE")) != NULL) { |
193 | console = s; | 193 | console = s; |
194 | } | 194 | } |
195 | #if defined (__sparc__) | 195 | #if #cpu(sparc) |
196 | /* sparc kernel supports console=tty[ab] parameter which is also | 196 | /* sparc kernel supports console=tty[ab] parameter which is also |
197 | * passed to init, so catch it here */ | 197 | * passed to init, so catch it here */ |
198 | else if ((s = getenv("console")) != NULL) { | 198 | else if ((s = getenv("console")) != NULL) { |