diff options
author | Eugene Korenevsky <ekorenevsky@gmail.com> | 2015-03-29 22:56:44 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-04-08 10:46:58 +0200 |
commit | 92d71bc6951364c20f7d8c70a83cd93a68a63ea7 (patch) | |
tree | 1633f3257a8c1f644f5db589f7a380297c3af63a /arch/powerpc | |
parent | KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry (diff) | |
download | linux-92d71bc6951364c20f7d8c70a83cd93a68a63ea7.tar.xz linux-92d71bc6951364c20f7d8c70a83cd93a68a63ea7.zip |
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 <ekorenevsky@gmail.com>
Message-Id: <20150329205644.GA1258@gnote>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/powerpc')
0 files changed, 0 insertions, 0 deletions