From: Avi Kivity Date: Wed, 12 Sep 2012 11:03:28 +0000 (+0300) Subject: KVM: MMU: Move gpte_access() out of paging_tmpl.h X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~4^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d34adec7081621ff51c195be045b87d75c0c49d;p=pandora-kernel.git KVM: MMU: Move gpte_access() out of paging_tmpl.h We no longer rely on paging_tmpl.h defines; so we can move the function to mmu.c. Rely on zero extension to 64 bits to get the correct nx behaviour. Reviewed-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed