[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH] Disable ACPI APEI feature for ia64
Hi, The apei-io.c cannot be built on ia64, so this patch disables it for ia64. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> -- KUWAMURA Shin'ya # HG changeset patch # User KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> # Date 1283390832 -32400 # Node ID 3b39a76b3253d7b761ab1572bdd6e71cbaee9510 # Parent 32c9a19ac98beccea97dc33667a032dfec7bed86 Disable ACPI APEI feature for ia64 The apei-io.c cannot be built on ia64, so this patch disables it for ia64. Signed-off-by: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx> diff -r 32c9a19ac98b -r 3b39a76b3253 xen/drivers/acpi/Makefile --- a/xen/drivers/acpi/Makefile Mon Aug 30 14:59:12 2010 +0100 +++ b/xen/drivers/acpi/Makefile Thu Sep 02 10:27:12 2010 +0900 @@ -1,6 +1,6 @@ subdir-y += tables subdir-y += utilities -subdir-y += apei +subdir-$(x86) += apei obj-y += tables.o obj-y += numa.o _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |