]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
genirq: Remove __request_percpu_irq() helper
authorMarc Zyngier <maz@kernel.org>
Wed, 10 Dec 2025 08:22:38 +0000 (08:22 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 15 Dec 2025 21:20:50 +0000 (22:20 +0100)
commite9b624ea31cc957b3a7798f89c20a80a8cbb0b73
treed9a1b7ce198ffe37d7c4e9f9681527022b73b783
parentc119e6685311cef0e4a4e0b7752293bea056bac7
genirq: Remove __request_percpu_irq() helper

With the IRQ timing stuff being gone, there is no need to specify a flag
when requesting a percpu interrupt. Not only IRQF_TIMER was the only flag
(set of flags actually) allowed, but nobody ever passed it.

Get rid of __request_percpu_irq(), which was only getting 0 as flags, and
promote request_percpu_irq_affinity() as its replacement.

Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Jinjie Ruan <ruanjinjie@huawei.com>
Link: https://patch.msgid.link/20251210082242.360936-3-maz@kernel.org
include/linux/interrupt.h
kernel/irq/manage.c