From: Eugene Korenevsky Date: Sun, 29 Mar 2015 20:56:44 +0000 (+0300) Subject: KVM: nVMX: remove unnecessary double caching of MAXPHYADDR X-Git-Tag: omap-for-v4.1/fixes-rc1~202^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d71bc6951364c20f7d8c70a83cd93a68a63ea7;p=pandora-kernel.git KVM: nVMX: remove unnecessary double caching of MAXPHYADDR After speed-up of cpuid_maxphyaddr() it can be called frequently: instead of heavyweight enumeration of CPUID entries it returns a cached pre-computed value. It is also inlined now. So caching its result became unnecessary and can be removed. Signed-off-by: Eugene Korenevsky Message-Id: <20150329205644.GA1258@gnote> Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed