summaryrefslogtreecommitdiffstats
path: root/include/linux/console.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-05-07 02:55:41 +0000
commitdcec8a13bf565e47942a1751a9cec21bec5648fe (patch)
tree548b69625b18cc2e88c3e68d0923be546c9ebb03 /include/linux/console.h
parent2e0f55e79c49509b7ff70ff1a10e1e9e90a3dfd4 (diff)
o Merge with Linux 2.1.99.
o Fix ancient bug in the ELF loader making ldd crash. o Fix ancient bug in the keyboard code for SGI, SNI and Jazz.
Diffstat (limited to 'include/linux/console.h')
-rw-r--r--include/linux/console.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/console.h b/include/linux/console.h
index 8c0854b0b..e287e64d5 100644
--- a/include/linux/console.h
+++ b/include/linux/console.h
@@ -80,7 +80,7 @@ extern struct console_cmdline console_list[MAX_CMDLINECONSOLES];
*/
#define CON_PRINTBUFFER (1)
-#define CON_FIRST (2)
+#define CON_CONSDEV (2) /* Last on the command line */
#define CON_ENABLED (4)
struct console