]> Gentwo Git Trees - linux/.git/commit
KVM: x86: Move vector_hashing into lapic.c
authorSean Christopherson <seanjc@google.com>
Thu, 21 Aug 2025 21:42:09 +0000 (14:42 -0700)
committerSean Christopherson <seanjc@google.com>
Wed, 10 Sep 2025 19:05:13 +0000 (12:05 -0700)
commitaac057dd623132a1776be37b471e30b4589fdf76
tree2d24084c921d4d926b45387a4da74277f9753406
parent73473f31a4bf9e19adc6926bba1bdde1c798175d
KVM: x86: Move vector_hashing into lapic.c

Move the vector_hashing module param into lapic.c now that all usage is
contained within the local APIC emulation code.

Opportunistically drop the accessor and append "_enabled" to the variable
to help capture that it's a boolean module param.

No functional change intended.

Link: https://lore.kernel.org/r/20250821214209.3463350-4-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.c
arch/x86/kvm/x86.c
arch/x86/kvm/x86.h