[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] add es7000_plat variable
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@xxxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |