Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175755
b: refs/heads/master
c: d4e09f8
h: refs/heads/master
i:
  175753: da2331b
  175751: a50cb9b
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Nov 5, 2009
1 parent 9f5c961 commit 5b2dc0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 544c6761bb05a1dd19a39cb9bed096273f9bdb36
refs/heads/master: d4e09f8432a428d6a46ca4f3c2b28d0385f5b93d
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kvm/timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 5b2dc0f

Please sign in to comment.