Re: [RFC PATCH v7 10/37] KVM: lapic: Mark apic_find_highest_vector() inline
From: Sean Christopherson
Date: Wed Jun 25 2025 - 09:58:48 EST
On Tue, Jun 10, 2025, Neeraj Upadhyay wrote:
> In preparation for moving apic_find_highest_vector() to
> common apic.h header, annotate apic_find_highest_vector() as
> inline.
This is way, way too fine-grained of a patch. If placing the helper in apic.h
is the desired state, then mark it inline when the code is moved.