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.