]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: x86: Rename find_highest_vector()
authorNeeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Wed, 9 Jul 2025 03:32:13 +0000 (09:02 +0530)
committerSean Christopherson <seanjc@google.com>
Thu, 10 Jul 2025 16:44:39 +0000 (09:44 -0700)
commitbdaccfe4e5179fe503febcd459ffe202d8097f6e
treebe16bb6b151f668e6746345ad5a295f0d2523835
parente2fa7905b293750ee75573eeee3e54575ded8217
KVM: x86: Rename find_highest_vector()

In preparation for moving kvm-internal find_highest_vector() to
apic.h for use in Secure AVIC APIC driver, rename find_highest_vector()
to apic_find_highest_vector() as part of the APIC API.

No functional change intended.

Signed-off-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Acked-by: Sean Christopherson <seanjc@google.com>
Link: https://lore.kernel.org/r/20250709033242.267892-7-Neeraj.Upadhyay@amd.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/lapic.c