From: Hollis Blanchard <[email protected]> Signed-off-by: Hollis Blanchard <[email protected]> Signed-off-by: Avi Kivity <[email protected]>
diff --git a/kvm/libkvm/kvm-common.h b/kvm/libkvm/kvm-common.h index de1ada2..9060820 100644 --- a/kvm/libkvm/kvm-common.h +++ b/kvm/libkvm/kvm-common.h @@ -22,7 +22,7 @@ #define KVM_MAX_NUM_MEM_REGIONS 1u #define MAX_VCPUS 64 #define LIBKVM_S390_ORIGIN (0UL) -#elif __ia64__ +#elif defined(__ia64__) #define KVM_MAX_NUM_MEM_REGIONS 32u #define MAX_VCPUS 256 #else -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
