git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a7388c
)
KVM: Fix mmu shrinker error
author
Gui Jianfeng
<guijianfeng@cn.fujitsu.com>
Tue, 27 Apr 2010 02:39:49 +0000
(10:39 +0800)
committer
Avi Kivity
<avi@redhat.com>
Wed, 19 May 2010 08:36:23 +0000
(11:36 +0300)
kvm_mmu_remove_one_alloc_mmu_page() assumes kvm_mmu_zap_page() only reclaims
only one sp, but that's not the case. This will cause mmu shrinker returns
a wrong number. This patch fix the counting error.
Signed-off-by: Gui Jianfeng <guijianfeng@cn.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
No differences found