[PATCH v4 10/26] irqchip/gic-v3: Switch high priority PPIs over to handle_percpu_devid_irq()
Jonathan Cameron
jonathan.cameron at huawei.com
Wed Nov 12 10:06:53 PST 2025
On Mon, 20 Oct 2025 13:29:27 +0100
Marc Zyngier <maz at kernel.org> wrote:
> 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 we have in the GICv3 driver to handle
> the flow handler switch.
>
> Let's stick with the standard flow handler, even for NMIs.
>
> Suggested-by: Will Deacon <will at kernel.org>
> Tested-by: Will Deacon <will at kernel.org>
> Signed-off-by: Marc Zyngier <maz at kernel.org>
LGTM and who doesn't like those diff stats ;)
Reviewed-by: Jonathan Cameron <jonathan.cameron at huawei.com>
> ---
> drivers/irqchip/irq-gic-v3.c | 54 ++----------------------------------
> 1 file changed, 2 insertions(+), 52 deletions(-)
More information about the linux-arm-kernel
mailing list