From: Paolo Bonzini Date: Wed, 2 Oct 2013 14:56:11 +0000 (+0200) Subject: KVM: mmu: remove uninteresting MMU "new_cr3" callbacks X-Git-Tag: v3.13-rc1~80^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8d173dab2505e72b62882e5a580862e6ec1c06c;p=pandora-kernel.git KVM: mmu: remove uninteresting MMU "new_cr3" callbacks The new_cr3 MMU callback has been a wrapper for mmu_free_roots since commit e676505 (KVM: MMU: Force cr3 reload with two dimensional paging on mov cr3 emulation, 2012-07-08). The commit message mentioned that "mmu_free_roots() is somewhat of an overkill, but fixing that is more complicated and will be done after this minimal fix". One year has passed, and no one really felt the need to do a different fix. Wrap the call with a kvm_mmu_new_cr3 function for clarity, but remove the callback. Signed-off-by: Paolo Bonzini Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed