Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202332
b: refs/heads/master
c: f495c6e
h: refs/heads/master
v: v3
  • Loading branch information
Avi Kivity committed Aug 1, 2010
1 parent 5ee323f commit 1495202
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: a24e809902339458416900869abdcc51a44bfd48
refs/heads/master: f495c6e5e8fdc972162241df5bdff5bcebb4dc33
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ static gva_t rmode_tss_base(struct kvm *kvm)
gfn_t base_gfn;

slots = kvm_memslots(kvm);
base_gfn = kvm->memslots->memslots[0].base_gfn +
base_gfn = slots->memslots[0].base_gfn +
kvm->memslots->memslots[0].npages - 3;
return base_gfn << PAGE_SHIFT;
}
Expand Down

0 comments on commit 1495202

Please sign in to comment.