[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-ia64-devel] [PATCH 12/12]MCA handler support for Xen/ia64 TAKE 2
Hi Alex, > On Fri, 2006-09-22 at 19:33 +0900, SUZUKI Kazuhiro wrote: > > [12/12] Fix conflicts of typedef of UINT64 and BOOLEAN.[mca-typedef.patch] > > This is kind of ugly. Can we converge on a single definition for > these or at least confine the fix to the ia64 specific code? Thanks, I modified to remove typedef of UINT64/BOOLEAN, and to include "linux/acpi.h" from "vcpu.h" instead of using `__TYPEDEF_UINT64__/_BOOLEAN__' macros. Thanks, KAZ Signed-off-by: Yutaka Ezaki <yutaka.ezaki@xxxxxxxxxxxxxx> Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> Signed-off-by: Kazuhiro Suzuki <kaz@xxxxxxxxxxxxxx> diff -r 3e4fa8b5b245 xen/include/asm-ia64/vcpu.h --- a/xen/include/asm-ia64/vcpu.h Tue Sep 12 11:43:22 2006 -0600 +++ b/xen/include/asm-ia64/vcpu.h Tue Sep 26 10:15:40 2006 +0900 @@ -10,9 +10,8 @@ #include <asm/ia64_int.h> #include <xen/types.h> #include <public/xen.h> -typedef unsigned long UINT64; typedef unsigned int UINT; -typedef int BOOLEAN; +#include <linux/acpi.h> struct vcpu; typedef struct vcpu VCPU; typedef cpu_user_regs_t REGS; _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ia64-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |