Re: [PATCH] xen: Enable Xen console by default in domU

From: Mark McLoughlin
Date: Fri Apr 11 2008 - 04:59:57 EST


On Fri, 2008-04-11 at 09:52 +0100, Mark McLoughlin wrote:
> On Thu, 2008-04-10 at 17:46 +0200, Markus Armbruster wrote:
> > diff --git a/kernel/printk.c b/kernel/printk.c
> > index c46a20a..c07bfc1 100644
> > --- a/kernel/printk.c
> > +++ b/kernel/printk.c
> > @@ -118,6 +118,7 @@ struct console_cmdline
> > static struct console_cmdline console_cmdline[MAX_CMDLINECONSOLES];
> > static int selected_console = -1;
> > static int preferred_console = -1;
> > +int console_set_on_cmdline;

You'd also need to export this symbol for the unusual case where fbfront
is a module ...

Cheers,
Mark.


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/