From: Xiao Guangrong Date: Fri, 31 May 2013 00:36:21 +0000 (+0800) Subject: KVM: MMU: drop unnecessary kvm_reload_remote_mmus X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~22^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ae162265e88bf5490ce54fd5f2d430d6d992b7;p=pandora-kernel.git KVM: MMU: drop unnecessary kvm_reload_remote_mmus It is the responsibility of kvm_mmu_zap_all that keeps the consistent of mmu and tlbs. And it is also unnecessary after zap all mmio sptes since no mmio spte exists on root shadow page and it can not be cached into tlb Signed-off-by: Xiao Guangrong Reviewed-by: Marcelo Tosatti Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed