[patch] uml: raise tty limit

From: Gerd Knorr
Date: Tue Dec 07 2004 - 10:07:24 EST


$subject says all ;)

Signed-off-by: Gerd Knorr <kraxel@xxxxxxxxxxx>
---
arch/um/drivers/stdio_console.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

Index: uml-2.6.9-rc2/arch/um/drivers/stdio_console.c
===================================================================
--- uml-2.6.9-rc2.orig/arch/um/drivers/stdio_console.c 2004-09-16 16:34:54.467184040 +0200
+++ uml-2.6.9-rc2/arch/um/drivers/stdio_console.c 2004-09-16 16:58:26.640111896 +0200
@@ -30,7 +30,7 @@
#include "init.h"
#include "2_5compat.h"

-#define MAX_TTYS (8)
+#define MAX_TTYS (16)

/* Referenced only by tty_driver below - presumably it's locked correctly
* by the tty driver.

--
#define printk(args...) fprintf(stderr, ## args)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/