Re: [Xen-devel] [patch 19/28]xen: Add early printk support via hvc console

2007-05-12 Thread Jeremy Fitzhardinge
Bastian Blank wrote: > On Thu, May 10, 2007 at 05:07:02PM -0700, Jeremy Fitzhardinge wrote: > >> +#ifdef CONFIG_XEN >> > > xenboot_console is only available with CONFIG_HVC_XEN. > Good point. I added CONFIG_HVC_XEN, but forgot to update this. J

Re: [Xen-devel] [patch 19/28]xen: Add early printk support via hvc console

2007-05-12 Thread Bastian Blank
On Thu, May 10, 2007 at 05:07:02PM -0700, Jeremy Fitzhardinge wrote: > +#ifdef CONFIG_XEN xenboot_console is only available with CONFIG_HVC_XEN. > + } else if (!strncmp(buf, "xen", 3)) { > + early_console = &xenboot_console; > +#endif __