Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262376AbUKRDAg (ORCPT ); Wed, 17 Nov 2004 22:00:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262386AbUKRDAg (ORCPT ); Wed, 17 Nov 2004 22:00:36 -0500 Received: from fw.osdl.org ([65.172.181.6]:62682 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262376AbUKRC5S (ORCPT ); Wed, 17 Nov 2004 21:57:18 -0500 Date: Wed, 17 Nov 2004 18:56:52 -0800 From: Andrew Morton To: Ian Pratt Cc: linux-kernel@vger.kernel.org, Ian.Pratt@cl.cam.ac.uk, Keir.Fraser@cl.cam.ac.uk, Christian.Limpach@cl.cam.ac.uk, alan@redhat.com Subject: Re: [patch 3] Xen core patch : runtime VT console disable Message-Id: <20041117185652.6f8386af.akpm@osdl.org> In-Reply-To: References: X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 745 Lines: 19 Ian Pratt wrote: > > --- pristine-linux-2.6.9/drivers/char/tty_io.c 2004-10-18 22:54:32.000000000 +0100 > +++ linux-2.6.9-xen-sparse/drivers/char/tty_io.c 2004-11-17 01:51:48.000000000 +0000 > @@ -131,6 +131,8 @@ LIST_HEAD(tty_drivers); /* linked list > vt.c for deeply disgusting hack reasons */ > DECLARE_MUTEX(tty_sem); This patch has had its tabs replaced by spaces. > +int console_use_vt = 1; Should this not have static scope? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/