From: Xiao Guangrong Date: Thu, 26 Jul 2012 03:57:43 +0000 (+0800) Subject: KVM: MMU: use kvm_release_pfn_clean to release pfn X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~100 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2bd2f800ba9488d9ad493216a0c07d71055b56;p=pandora-kernel.git KVM: MMU: use kvm_release_pfn_clean to release pfn The current code depends on the fact that fault_page is the normal page, however, we will use the error code instead of these dummy pages in the later patch, so we use kvm_release_pfn_clean to release pfn which will release the error code properly Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed