]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/gic-v3: Switch high priority PPIs over to handle_percpu_devid_irq()
authorMarc Zyngier <maz@kernel.org>
Mon, 20 Oct 2025 12:29:27 +0000 (13:29 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 27 Oct 2025 16:16:34 +0000 (17:16 +0100)
commit21bbbc50f398f5d58a14669ee18b10a2bd30e916
tree874085d87a80d15261d499067f3fcd0551ad7f0e
parentf6c8aced7c24e0c765d4283144d280c3f36e3906
irqchip/gic-v3: Switch high priority PPIs over to handle_percpu_devid_irq()

It so appears that handle_percpu_devid_irq() is extremely similar to
handle_percpu_devid_fasteoi_nmi(), and that the differences do no justify
the horrid machinery in the GICv3 driver to handle the flow handler switch.

Stick with the standard flow handler, even for NMIs.

Suggested-by: Will Deacon <will@kernel.org>
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-11-maz@kernel.org
drivers/irqchip/irq-gic-v3.c