From: Wei Yongjun Date: Mon, 23 Aug 2010 08:13:15 +0000 (+0800) Subject: KVM: MMU: fix missing percpu counter destroy X-Git-Tag: v2.6.37-rc1~142^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bf21a8ce7a2884f067a702a5c7683684846ce1;p=pandora-kernel.git 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 Acked-by: Tim Pepper Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed