From: Christoph Hellwig <hch@infradead.org>
To: Gerd Knorr <kraxel@suse.de>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: [patch 1/2] uml/xen: make the vt subsystem a runtime option
Date: Tue, 13 Dec 2005 15:21:21 +0000 [thread overview]
Message-ID: <20051213152121.GA4335@infradead.org> (raw)
In-Reply-To: <439EE38C.6020602@suse.de>
On Tue, Dec 13, 2005 at 04:06:52PM +0100, Gerd Knorr wrote:
> #ifdef CONFIG_VT
> - if (device == MKDEV(TTY_MAJOR,0)) {
> + if (console_use_vt && device == MKDEV(TTY_MAJOR,0)) {
You don't register a cdev for this one below, so this can't be reached.
next prev parent reply other threads:[~2005-12-13 15:21 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-13 15:06 [patch 1/2] uml/xen: make the vt subsystem a runtime option Gerd Knorr
2005-12-13 15:16 ` [patch 2/2] uml: Framebuffer driver for UML Gerd Knorr
2005-12-13 22:15 ` Jeff Dike
2005-12-15 9:06 ` Gerd Knorr
2005-12-15 11:14 ` Gerd Knorr
2005-12-15 13:23 ` Gerd Knorr
2005-12-13 15:21 ` Christoph Hellwig [this message]
2005-12-13 15:32 ` [patch 1/2] uml/xen: make the vt subsystem a runtime option Gerd Knorr
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=20051213152121.GA4335@infradead.org \
--to=hch@infradead.org \
--cc=kraxel@suse.de \
--cc=linux-kernel@vger.kernel.org \
/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