From: Xiao Guangrong Date: Tue, 14 Apr 2015 04:04:10 +0000 (+0800) Subject: KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte X-Git-Tag: omap-for-v4.1/fixes-rc1~27^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=decf63336e356423300b935afbebeca1fcb15184;p=pandora-kernel.git KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte Soft mmu uses direct shadow page to fill guest large mapping with small pages if huge mapping is disallowed on host. So zapping direct shadow page works well both for soft mmu and hard mmu, it's just less widely applicable. Fix the comment to reflect this. Signed-off-by: Xiao Guangrong Message-Id: <552C91BA.1010703@linux.intel.com> [Fix comment wording further. - Paolo] Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed