Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62305
b: refs/heads/master
c: c4d198d
h: refs/heads/master
i:
  62303: b1e9f36
v: v3
  • Loading branch information
Avi Kivity authored and Linus Torvalds committed Jul 21, 2007
1 parent 6f1bd03 commit 0f38397
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: 5c4c1489b93c9dc51cc6e97fd73e325ce94983c0
refs/heads/master: c4d198d5183ec7bbf8b53216cfc5ded7ebb0ec0c
2 changes: 1 addition & 1 deletion trunk/drivers/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache,
static void mmu_free_memory_cache_page(struct kvm_mmu_memory_cache *mc)
{
while (mc->nobjs)
__free_page(mc->objects[--mc->nobjs]);
free_page((unsigned long)mc->objects[--mc->nobjs]);
}

static int __mmu_topup_memory_caches(struct kvm_vcpu *vcpu, gfp_t gfp_flags)
Expand Down

0 comments on commit 0f38397

Please sign in to comment.