Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197656
b: refs/heads/master
c: d4f64b6
h: refs/heads/master
v: v3
  • Loading branch information
Minchan Kim authored and Avi Kivity committed May 17, 2010
1 parent 2ffeb68 commit 369bdff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2ed152afc7ed61830b848b32936e1541a1a57799
refs/heads/master: d4f64b6cad0fc0fb4cec868c6ca6b1325949d08b
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ static int mmu_topup_memory_cache_page(struct kvm_mmu_memory_cache *cache,
page = alloc_page(GFP_KERNEL);
if (!page)
return -ENOMEM;
set_page_private(page, 0);
cache->objects[cache->nobjs++] = page_address(page);
}
return 0;
Expand Down

0 comments on commit 369bdff

Please sign in to comment.