commit | 45bf21a8ce7a2884f067a702a5c7683684846ce1 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yjwei@cn.fujitsu.com> | Mon Aug 23 16:13:15 2010 +0800 |
committer | Avi Kivity <avi@redhat.com> | Sun Oct 24 10:51:21 2010 +0200 |
tree | 68d4ed52d4125543e741027ab89f8f6f4bce6183 | |
parent | 80b63faf028fba79e630d3643b0e615bddf4067b [diff] |
KVM: MMU: fix missing percpu counter destroy commit ad05c88266b4cce1c820928ce8a0fb7690912ba1 (KVM: create aggregate kvm_total_used_mmu_pages value) introduce percpu counter kvm_total_used_mmu_pages but never destroy it, this may cause oops when rmmod & modprobe. Signed-off-by: Wei Yongjun <yjwei@cn.fujitsu.com> Acked-by: Tim Pepper <lnxninja@linux.vnet.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>