]> Gentwo Git Trees - linux/.git/commit
genirq: Add request_percpu_irq_affinity() helper
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:34 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:35 +0000 (17:16 +0100)
commitc734af3b2b95f0ac6ed87c50e7602a6beeaf534f
tree0fd0b4467338494b1b68aff1a097ccbe8bc7308f
parentbdf4e2ac295fe77c94b570a1ad12c0882bc89b53
genirq: Add request_percpu_irq_affinity() helper

While it would be nice to simply make request_percpu_irq() take an affinity
mask, the churn is likely to be on the irritating side given that most
drivers do not give a damn about affinities.

So take the more innocuous path to provide a helper that parallels
request_percpu_irq(), with an affinity as a bonus argument.

Yes, request_percpu_irq_affinity() is a bit of a mouthful.

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-18-maz@kernel.org
include/linux/interrupt.h