x86/apic: Mark all hotpath APIC callback wrappers __always_inline
authorThomas Gleixner <tglx@linutronix.de>
Tue, 8 Aug 2023 22:04:21 +0000 (15:04 -0700)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 9 Aug 2023 19:00:55 +0000 (12:00 -0700)
commit54271fb0b78511048aa7910d593994f2ca055e68
tree99ca2915d61a5b16f7fe8205ec902ee1883fe467
parentac72b92d8cec9ee96f15301a4d5a3dd455c0a7cf
x86/apic: Mark all hotpath APIC callback wrappers __always_inline

There is no value for instrumentation to look at those wrappers and with the
upcoming conversion to static calls even less so.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Michael Kelley <mikelley@microsoft.com>
Tested-by: Sohil Mehta <sohil.mehta@intel.com>
Tested-by: Juergen Gross <jgross@suse.com> # Xen PV (dom0 and unpriv. guest)
arch/x86/include/asm/apic.h