]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
KVM: vmx: unify adjacent #ifdefs
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 4 Apr 2018 16:58:59 +0000 (18:58 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 4 Apr 2018 16:58:59 +0000 (18:58 +0200)
commit4fde8d57cfa8236818459adfc4f8bd7d353c153e
treecb0d453c2c1f140fbd4b95012396134dd5b26872
parent51e8a8cc2f2d4295703f9c7ff66dead565dfea9a
KVM: vmx: unify adjacent #ifdefs

vmx_save_host_state has multiple ifdefs for CONFIG_X86_64 that have
no other code between them.  Simplify by reducing them to a single
conditional.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c