Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133756
b: refs/heads/master
c: 41d6af1
h: refs/heads/master
v: v3
  • Loading branch information
Amit Shah authored and Avi Kivity committed Mar 24, 2009
1 parent 418e980 commit 077354c
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: 401d10dee083bda281f2fdcdf654080313ba30ec
refs/heads/master: 41d6af119206e98764b4ae6d264d63acefcf851e
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static inline int kvm_mmu_reload(struct kvm_vcpu *vcpu)
static inline int is_long_mode(struct kvm_vcpu *vcpu)
{
#ifdef CONFIG_X86_64
return vcpu->arch.shadow_efer & EFER_LME;
return vcpu->arch.shadow_efer & EFER_LMA;
#else
return 0;
#endif
Expand Down

0 comments on commit 077354c

Please sign in to comment.