From: Gerd Knorr <kraxel@bytesex.org>
To: Andrew Morton <akpm@osdl.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
uml devel <user-mode-linux-devel@lists.sourceforge.net>,
Jeff Dike <jdike@addtoit.com>,
Blaisorblade <blaisorblade_spam@yahoo.it>
Subject: [patch] uml: raise tty limit
Date: Tue, 7 Dec 2004 15:37:39 +0100 [thread overview]
Message-ID: <20041207143739.GA23627@bytesex> (raw)
$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)
reply other threads:[~2004-12-07 15:02 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041207143739.GA23627@bytesex \
--to=kraxel@bytesex.org \
--cc=akpm@osdl.org \
--cc=blaisorblade_spam@yahoo.it \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox