public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] uml: raise tty limit
@ 2004-12-07 14:37 Gerd Knorr
  0 siblings, 0 replies; only message in thread
From: Gerd Knorr @ 2004-12-07 14:37 UTC (permalink / raw)
  To: Andrew Morton, Linux Kernel Mailing List, uml devel, Jeff Dike,
	Blaisorblade

$subject says all ;)

Signed-off-by: Gerd Knorr <kraxel@bytesex.org>
---
 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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-12-07 15:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-07 14:37 [patch] uml: raise tty limit Gerd Knorr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox