The function mp_config_acpi_legacy_irqs() references the variable es7000_plat, but it''s not actually defined in the files the Xen tree compiles - at least with 2.6.12-rc4. This trivial patch is needed to compile arch/xen/i386/kernel/mpparse.c in today''s snapshot, with 2.6.12-rc4. Signed-off-by: Rik van Riel <riel@redhat.com> --- linux-2.6.11/arch/xen/i386/kernel/mpparse.c.es7000 2005-05-18 16:26:16.000000000 -0400 +++ linux-2.6.11/arch/xen/i386/kernel/mpparse.c 2005-05-18 16:27:27.000000000 -0400 @@ -989,6 +989,7 @@ return; } +int es7000_plat; void __init mp_config_acpi_legacy_irqs (void) { _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel