]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check
authorVitaly Kuznetsov <vkuznets@redhat.com>
Tue, 18 May 2021 14:43:35 +0000 (16:43 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 24 May 2021 16:47:39 +0000 (18:47 +0200)
commit41df038cbafc41c3cd3ea0208725409962f78104
tree74a14bc304554d03db67a98f8ea3c7a08bd4120c
parent3a51cbcc31f7ff7ab17037fdbe9c5d05222f5b1c
KVM: SVM: Drop unneeded CONFIG_X86_LOCAL_APIC check

AVIC dependency on CONFIG_X86_LOCAL_APIC is dead code since
commit 345a801407d3 ("KVM: add X86_LOCAL_APIC dependency").

Suggested-by: Sean Christopherson <seanjc@google.com>
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Message-Id: <20210518144339.1987982-2-vkuznets@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/avic.c
arch/x86/kvm/svm/svm.c