]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: x86: Inline kvm_get_apic_mode() in lapic.h
authorSean Christopherson <seanjc@google.com>
Fri, 1 Nov 2024 18:35:50 +0000 (11:35 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 5 Nov 2024 04:57:46 +0000 (20:57 -0800)
commitadfec1f4591cf8c69664104eaf41e06b2e7b767e
tree9fc8b484e8770d09e4aff203b4dcdaf59ba10edf
parentd91060e342a66b52d9bd64f0b123b9c306293b76
KVM: x86: Inline kvm_get_apic_mode() in lapic.h

Inline kvm_get_apic_mode() in lapic.h to avoid a CALL+RET as well as an
export.  The underlying kvm_apic_mode() helper is public information, i.e.
there is no state/information that needs to be hidden from vendor modules.

No functional change intended.

Reviewed-by: Kai Huang <kai.huang@intel.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Link: https://lore.kernel.org/r/20241009181742.1128779-5-seanjc@google.com
Link: https://lore.kernel.org/r/20241101183555.1794700-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.h
arch/x86/kvm/x86.c