From: Paolo Bonzini Date: Wed, 2 Oct 2013 14:56:10 +0000 (+0200) Subject: KVM: mmu: remove uninteresting MMU "free" callbacks X-Git-Tag: v3.13-rc1~80^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=206260941fd4b6f25f28ecf4e267b2f9a0ba72d7;p=pandora-kernel.git KVM: mmu: remove uninteresting MMU "free" callbacks The free MMU callback has been a wrapper for mmu_free_roots since mmu_free_roots itself was introduced (commit 17ac10a, [PATCH] KVM: MU: Special treatment for shadow pae root pages, 2007-01-05), and has always been the same for all MMU cases. Remove the indirection as it is useless. Signed-off-by: Paolo Bonzini Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed