]> git.ipfire.org Git - thirdparty/linux.git/commit
genirq: Add affinity to percpu_devid interrupt requests
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:31 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:34 +0000 (17:16 +0100)
commit258e7d28a3dcd389239f9688058140c1a418b549
treea99ea595b67843ab623cea1e454d35d131292031
parent9047a39daa7832e40a9ae2d190ae5e7b351a9121
genirq: Add affinity to percpu_devid interrupt requests

Add an affinity field to both the irqaction structure and the interrupt
request primitives. Nothing is making use of it yet, and the only value
used it NULL, which is used as a shorthand for cpu_possible_mask.

This will shortly get used with actual affinities.

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-15-maz@kernel.org
include/linux/interrupt.h
kernel/irq/manage.c