]> Gentwo Git Trees - linux/.git/commit
genirq: Factor-in percpu irqaction creation
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:30 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:34 +0000 (17:16 +0100)
commit9047a39daa7832e40a9ae2d190ae5e7b351a9121
tree18ca7e810f5bf54ae2a91c953d2637615d06b835
parent5c2b2cc472e015e79c4f0170893a1e0883bd3bb4
genirq: Factor-in percpu irqaction creation

Move the code creating a per-cpu irqaction into its own helper, so that
future changes to this code can be kept localised.

At the same time, fix the documentation which appears to say the wrong
thing when it comes to interrupts being automatically enabled
(percpu_devid interrupts never are).

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Reviewed-by: Jonathan Cameron <jonathan.cameron@huawei.com>
Link: https://patch.msgid.link/20251020122944.3074811-14-maz@kernel.org
kernel/irq/manage.c