Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97983
b: refs/heads/master
c: 8d2d73b
h: refs/heads/master
i:
  97981: bd24db7
  97979: 197d13b
  97975: 20d5e2d
  97967: 37efb38
  97951: 1b173ae
  97919: cce120f
v: v3
  • Loading branch information
Avi Kivity committed Jun 6, 2008
1 parent c4ca24e commit db5a2bc
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e693d71b46e64536581bf4884434fc1b8797e96f
refs/heads/master: 8d2d73b9a5c35f2c6abf427afba7888cfc4cc65d
1 change: 1 addition & 0 deletions trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1858,6 +1858,7 @@ static void free_mmu_pages(struct kvm_vcpu *vcpu)
sp = container_of(vcpu->kvm->arch.active_mmu_pages.next,
struct kvm_mmu_page, link);
kvm_mmu_zap_page(vcpu->kvm, sp);
cond_resched();
}
free_page((unsigned long)vcpu->arch.mmu.pae_root);
}
Expand Down

0 comments on commit db5a2bc

Please sign in to comment.