commit | 4fde8d57cfa8236818459adfc4f8bd7d353c153e | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 04 18:58:59 2018 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Apr 04 18:58:59 2018 +0200 |
tree | cb0d453c2c1f140fbd4b95012396134dd5b26872 | |
parent | 51e8a8cc2f2d4295703f9c7ff66dead565dfea9a [diff] |
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>