Re: [patch 17/21] Xen-paravirt: Add the Xen virtual console driver.

From: Andrew Morton
Date: Fri Feb 16 2007 - 01:50:19 EST


On Thu, 15 Feb 2007 18:25:06 -0800 Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:

> ===================================================================
> --- a/arch/i386/kernel/early_printk.c
> +++ b/arch/i386/kernel/early_printk.c
> @@ -1,2 +1,4 @@
>
> +#ifndef CONFIG_XEN
> #include "../../x86_64/kernel/early_printk.c"
> +#endif
> ===================================================================

This can be done in Kconfig: disable CONFIG_EARLY_PRINTK if CONFIG_XEN.
-
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/