From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Armbruster Subject: Re: [PATCH] Paravirt framebuffer: Use only if requested [6/6] Date: Mon, 21 Aug 2006 16:18:33 +0200 Message-ID: <87hd06uq86.fsf@pike.pond.sub.org> References: <1155935119.11663.54.camel@aglarond.local> <1155935753.11663.58.camel@aglarond.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: In-Reply-To: <1155935753.11663.58.camel@aglarond.local> (Jeremy Katz's message of "Fri, 18 Aug 2006 17:15:53 -0400") List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jeremy Katz Cc: Ian Pratt , Anthony Liguori , xen-devel , Christian Limpach List-Id: xen-devel@lists.xenproject.org Jeremy Katz writes: > On Fri, 2006-08-18 at 17:05 -0400, Jeremy Katz wrote: >> If we're not set up to use a graphical console for the guest, then we >> need to ensure that the xvc console ends up as the primary console. >> This also should make it so that we can lose the console_use_vt bits. >> >> Signed-off-by: Jeremy Katz [...] > diff -r fccccf63eb85 -r e1f90db3f153 linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c > --- a/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Aug 18 16:31:16 2006 -0400 > +++ b/linux-2.6-xen-sparse/arch/i386/kernel/setup-xen.c Fri Aug 18 16:31:31 2006 -0400 > @@ -1873,9 +1873,6 @@ void __init setup_arch(char **cmdline_p) > } else { > #if defined(CONFIG_VT) && defined(CONFIG_DUMMY_CONSOLE) > conswitchp = &dummy_con; > -#else > - extern int console_use_vt; > - console_use_vt = 0; > #endif > } > } Same change to arch/ia64/kernel/setup.c and arch/x86_64/kernel/setup-xen.c.