From dcf5661fe548e6ff3505a1dbbdd7b5c559e929d8 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Thu, 5 Nov 2009 17:10:34 +1100 Subject: [PATCH] --- yaml --- r: 175727 b: refs/heads/master c: 41c8c46bfe52488779e227b77222402579573ccf h: refs/heads/master i: 175725: dc12280a6b951aa9718725d1b57224ecbcd44f07 175723: 4f6f20344331e0f014edd155451033898a10f691 175719: 32f158670b33ed60b5c2d97887cf5821a70034b4 175711: e0ba118b87a883485a93d5b4bff4781a381feb36 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/kvm/timing.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 25853d6d940e..7b46d28f9763 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 588e050887c5f00a39b056848ea58c8b496beab0 +refs/heads/master: 41c8c46bfe52488779e227b77222402579573ccf diff --git a/trunk/arch/powerpc/kvm/timing.h b/trunk/arch/powerpc/kvm/timing.h index bb13b1f3cd5a..806ef67868bd 100644 --- a/trunk/arch/powerpc/kvm/timing.h +++ b/trunk/arch/powerpc/kvm/timing.h @@ -48,7 +48,11 @@ static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) { /* type has to be known at build time for optimization */ + + /* The BUILD_BUG_ON below breaks in funny ways, commented out + * for now ... -BenH BUILD_BUG_ON(__builtin_constant_p(type)); + */ switch (type) { case EXT_INTR_EXITS: vcpu->stat.ext_intr_exits++;