Re: [PATCH 30 of 38] xen: implement io_apic_ops

From: Jeremy Fitzhardinge
Date: Thu Nov 20 2008 - 12:07:57 EST


Simon Horman wrote:
Hi,

it seems that if CONFIG_XEN is set by CONFIG_XEN_DOM0 is not set,
then the call to xen_init_apic() in xen_start_kernel() causes the
build to fail.

One possible soluion to this is to provide a dummy
version of xen_init_apic() in the !CONFIG_XEN_DOM0 case.

Another possible solution would be to add #ifdef CONFIG_XEN_DOM0
inside xen_start_kernel()

Ah, OK, will fix that up.

J
--
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/