irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()
authorValentin Schneider <valentin.schneider@arm.com>
Mon, 9 Nov 2020 09:41:19 +0000 (09:41 +0000)
committerMarc Zyngier <maz@kernel.org>
Fri, 11 Dec 2020 14:47:50 +0000 (14:47 +0000)
commitffdad793d579c9286c7b67a86d1a3c890fb32082
tree37c602f0c3a744c553efbab5285525104adc5c3a
parente52e73b7e9f7d08b8c2ef6fb1657105093e22a03
irqchip/bcm2836: Make IPIs use handle_percpu_devid_irq()

As done for the Arm GIC irqchips, move IPIs to handle_percpu_devid_irq() as
handle_percpu_devid_fasteoi_ipi() isn't actually required.

Signed-off-by: Valentin Schneider <valentin.schneider@arm.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201109094121.29975-4-valentin.schneider@arm.com
drivers/irqchip/irq-bcm2836.c