]> git.baikalelectronics.ru Git - 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)
commitb60a7a43c4e17393a7141fa8b63c3d473ce8b526
treecb0d453c2c1f140fbd4b95012396134dd5b26872
parent3e1b1b7a991038dd9a1f00e3465f601c9018d2b2
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