summaryrefslogtreecommitdiffstats
path: root/kernel/jump_label.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2018-08-20 23:37:50 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2018-08-22 16:48:26 +0200
commit7288bde1f9df6c1475675419bdd7725ce84dec56 (patch)
treece3e3f60bf6edbcac17866854b5824cb194032ec /kernel/jump_label.c
parentKVM: Documentation: rename the capability of KVM_CAP_ARM_SET_SERROR_ESR (diff)
downloadlinux-7288bde1f9df6c1475675419bdd7725ce84dec56.tar.xz
linux-7288bde1f9df6c1475675419bdd7725ce84dec56.zip
x86: kvm: avoid unused variable warning
Removing one of the two accesses of the maxphyaddr variable led to a harmless warning: arch/x86/kvm/x86.c: In function 'kvm_set_mmio_spte_mask': arch/x86/kvm/x86.c:6563:6: error: unused variable 'maxphyaddr' [-Werror=unused-variable] Removing the #ifdef seems to be the nicest workaround, as it makes the code look cleaner than adding another #ifdef. Fixes: 28a1f3ac1d0c ("kvm: x86: Set highest physical address bits in non-present/reserved SPTEs") Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: stable@vger.kernel.org # L1TF Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'kernel/jump_label.c')
0 files changed, 0 insertions, 0 deletions