WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Disable ACPI APEI feature for ia64

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Disable ACPI APEI feature for ia64
From: "KUWAMURA Shin'ya" <kuwa@xxxxxxxxxxxxxx>
Date: Thu, 02 Sep 2010 13:31:41 +0900 (JST)
Delivery-date: Wed, 01 Sep 2010 21:33:08 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Disable ACPI APEI feature for ia64, KUWAMURA Shin'ya <=