diff options
| author | Thomas Gleixner <[email protected]> | 2023-08-08 22:04:24 +0000 |
|---|---|---|
| committer | Dave Hansen <[email protected]> | 2023-08-09 19:00:55 +0000 |
| commit | f8542a55499a69a859c84866b66f0df43933e563 (patch) | |
| tree | 58ddbf3804692d3ca7687fccbad05a4c9bf39745 /tools/perf/scripts/python/check-perf-trace.py | |
| parent | x86/apic: Provide static call infrastructure for APIC callbacks (diff) | |
| download | kernel-f8542a55499a69a859c84866b66f0df43933e563.tar.gz kernel-f8542a55499a69a859c84866b66f0df43933e563.zip | |
x86/apic: Turn on static calls
Convert all the APIC callback inline wrappers from apic->foo() to
static_call(apic_call_foo)(), except for the safe_wait_icr_idle() one which
is only used during SMP bringup when sending INIT/SIPI. That really can do
the conditional callback. The regular wait_icr_idle() matters as it is used
in irq_work_raise(), so X2APIC machines spare the conditional.
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Dave Hansen <[email protected]>
Acked-by: Peter Zijlstra (Intel) <[email protected]>
Tested-by: Juergen Gross <[email protected]> # Xen PV (dom0 and unpriv. guest)
Tested-by: Michael Kelley <[email protected]>
Tested-by: Sohil Mehta <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions
