]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq: Update request_percpu_nmi() to take an affinity
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:32 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:35 +0000 (17:16 +0100)
commitb9c6aa9efc71dae656f9f913d1250ea08cd6e10f
tree43e1a0fafa7c64c9d82e4bcaee9406c1ec313991
parent258e7d28a3dcd389239f9688058140c1a418b549
genirq: Update request_percpu_nmi() to take an affinity

Continue spreading the notion of affinity to the per CPU interrupt request
code by updating the call sites that use request_percpu_nmi() (all two of
them) to take an affinity pointer. This pointer is firmly NULL for now.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Link: https://patch.msgid.link/20251020122944.3074811-16-maz@kernel.org
arch/arm64/kernel/smp.c
drivers/perf/arm_pmu.c
include/linux/interrupt.h
kernel/irq/manage.c