>>>>> "Xiantao" == Zhang, Xiantao <xiantao.zhang@xxxxxxxxx> writes: Xiantao> From bbaeed10e1629a1c86a497e5a4e18e5d51b5df69 Mon Sep 17 Xiantao> 00:00:00 2001 From: Xiantao Zhang <xiantao.zhang@xxxxxxxxx> Xiantao> Date: Tue, 28 Apr 2009 15:05:30 +0800 Subject: [PATCH] Xiantao> qemu-kvm: Add header files for ia64. diff --git a/kvm/kernel/arch/ia64/include/asm/kvm.h b/kvm/kernel/arch/ia64/include/asm/kvm.h new file mode 100644 index 0000000..73963e3 --- /dev/null +++ b/kvm/kernel/arch/ia64/include/asm/kvm.h @@ -0,0 +1,303 @@ +#ifndef KVM_UNIFDEF_H +#define KVM_UNIFDEF_H + +#ifdef __i386__ +#ifndef CONFIG_X86_32 +#define CONFIG_X86_32 1 +#endif +#endif ^^^^^^^^^ I don't think this needs to be included :-) I had the same stuff show up in my headers after doing a git pull at some point. Do you want to repost an updated version of this patch? Cheers, Jes -- To unsubscribe from this list: send the line "unsubscribe kvm-ia64" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html