From: Avi Kivity Date: Tue, 13 Jul 2010 11:27:11 +0000 (+0300) Subject: KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) X-Git-Tag: v2.6.36-rc1~580^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24157aaf833261e68e5a398fa54bd15e4fa1d0b7;p=pandora-kernel.git KVM: MMU: Eliminate redundant temporaries in FNAME(fetch) 'level' and 'sptep' are aliases for 'interator.level' and 'iterator.sptep', no need for them. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed