summaryrefslogtreecommitdiff
path: root/include/uapi/linux/vt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/vt.h')
-rw-r--r--include/uapi/linux/vt.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/uapi/linux/vt.h b/include/uapi/linux/vt.h
index 6d2e54e80..18db2755a 100644
--- a/include/uapi/linux/vt.h
+++ b/include/uapi/linux/vt.h
@@ -16,13 +16,11 @@
* resizing).
*/
#define MIN_NR_CONSOLES 1 /* must be at least 1 */
-
/*
* NR_TTY_DEVICES:
- * Value MUST be at least 11 and must never be higher then 63
+ * Value MUST be at least 12 and must never be higher then 63
*/
-#define MAX_NR_CONSOLES CONFIG_NR_TTY_DEVICES /* serial lines start above this */
-#define MAX_NR_USER_CONSOLES CONFIG_NR_TTY_DEVICES /* must be root to allocate above this */
+#define MAX_NR_CONSOLES CONFIG_NR_TTY_DEVICES /* serial lines start above this */
/* Note: the ioctl VT_GETSTATE does not work for
consoles 16 and higher (since it returns a short) */