From 0fa9228951ef5484a930acd603a654ffa11aebc1 Mon Sep 17 00:00:00 2001 From: Hollis Blanchard Date: Fri, 23 Oct 2009 00:35:30 +0000 Subject: [PATCH] --- yaml --- r: 172322 b: refs/heads/master c: c0a187e12d48235cb8af4cdeff283117ab42bbb2 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kvm/timing.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 2765ef911789..2c418bddb1a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 26bb0981b3ff00b9177d61fe55806db978862b3c +refs/heads/master: c0a187e12d48235cb8af4cdeff283117ab42bbb2 diff --git a/trunk/arch/powerpc/kvm/timing.h b/trunk/arch/powerpc/kvm/timing.h index 806ef67868bd..8167d42a776f 100644 --- a/trunk/arch/powerpc/kvm/timing.h +++ b/trunk/arch/powerpc/kvm/timing.h @@ -51,7 +51,7 @@ static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) /* The BUILD_BUG_ON below breaks in funny ways, commented out * for now ... -BenH - BUILD_BUG_ON(__builtin_constant_p(type)); + BUILD_BUG_ON(!__builtin_constant_p(type)); */ switch (type) { case EXT_INTR_EXITS: