[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] MCA support - Fix UINT64 & BOOLEAN typedefs
# HG changeset patch # User awilliam@xxxxxxxxxxx # Node ID d35c253139c236bbecd0d9468ba3d93471b448cc # Parent 48ad5ab86aa3684e6e02dfd8e50cbfab60dd2ee5 [IA64] MCA support - Fix UINT64 & BOOLEAN typedefs Signed-off-by: Yutaka Ezaki <yutaka.ezaki@xxxxxxxxxxxxxx> Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx> Signed-off-by: Kazuhiro Suzuki <kaz@xxxxxxxxxxxxxx> --- xen/include/asm-ia64/vcpu.h | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 48ad5ab86aa3 -r d35c253139c2 xen/include/asm-ia64/vcpu.h --- a/xen/include/asm-ia64/vcpu.h Sun Oct 29 09:27:24 2006 -0700 +++ b/xen/include/asm-ia64/vcpu.h Sun Oct 29 09:27:25 2006 -0700 @@ -10,7 +10,7 @@ #include <asm/ia64_int.h> #include <xen/types.h> #include <public/xen.h> -typedef int BOOLEAN; +#include <linux/acpi.h> struct vcpu; typedef struct vcpu VCPU; typedef cpu_user_regs_t REGS; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |