From: Avi Kivity Date: Wed, 19 Sep 2012 16:33:48 +0000 (+0300) Subject: KVM: MMU: Eliminate pointless temporary 'ac' X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5421519f30bd5ed77857a78de6dc8414385e602;p=pandora-kernel.git KVM: MMU: Eliminate pointless temporary 'ac' 'ac' essentially reconstructs the 'access' variable we already have, except for the PFERR_PRESENT_MASK and PFERR_RSVD_MASK. As these are not used by callees, just use 'access' directly. Reviewed-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed