Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172322
b: refs/heads/master
c: c0a187e
h: refs/heads/master
v: v3
  • Loading branch information
Hollis Blanchard authored and Avi Kivity committed Dec 3, 2009
1 parent ce2fe18 commit 0fa9228
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26bb0981b3ff00b9177d61fe55806db978862b3c
refs/heads/master: c0a187e12d48235cb8af4cdeff283117ab42bbb2
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/timing.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0fa9228

Please sign in to comment.