From: Xiao Guangrong Date: Fri, 3 Aug 2012 07:43:51 +0000 (+0800) Subject: KVM: let the error pfn not depend on error code X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c5b11728344e1085593f494ddc8838497e7ffde;p=pandora-kernel.git KVM: let the error pfn not depend on error code Currently, we use the error code as error pfn to indicat the error condition, it is not straightforward and it will not work on PAE 32-bit cpu with huge memory, since the valid physical address can be at most 52 bits For the normal pfn, the highest 12 bits should be zero, so we can mask these bits to indicate the error. Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed