Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307856
b: refs/heads/master
c: c36fc04
h: refs/heads/master
v: v3
  • Loading branch information
Davidlohr Bueso authored and Avi Kivity committed Apr 8, 2012
1 parent 12fe963 commit 8a494ac
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: e9bda3b3d0ce775afe15eaf71922d342cc74991c
refs/heads/master: c36fc04ef558c95cff46a8c89d2f804f217335f5
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ static inline int is_pse(struct kvm_vcpu *vcpu)

static inline int is_paging(struct kvm_vcpu *vcpu)
{
return kvm_read_cr0_bits(vcpu, X86_CR0_PG);
return likely(kvm_read_cr0_bits(vcpu, X86_CR0_PG));
}

static inline u32 bit(int bitno)
Expand Down

0 comments on commit 8a494ac

Please sign in to comment.