[PATCH] ARM: remove the last few uses of do_bad_IRQ()
Linus Walleij
linusw at kernel.org
Mon May 25 01:20:22 PDT 2026
On Mon, May 18, 2026 at 4:41 AM Ethan Nelson-Moore
<enelsonmoore at gmail.com> wrote:
> The do_bad_IRQ() macro simply calls handle_bad_irq() with a lock around
> it. It also carries a comment stating that uses of it should be
> replaced. According to commit aec0095653cd ("irqchip: gic: Call
> handle_bad_irq() directly"), which replaced another use of
> do_bad_IRQ(), locking the IRQ descriptor is not necessary for error
> reporting. Therefore, replace all uses of do_bad_IRQ() with calls to
> handle_bad_irq() and remove do_bad_IRQ().
>
> Signed-off-by: Ethan Nelson-Moore <enelsonmoore at gmail.com>
Reviewed-by: Linus Walleij <linusw at kernel.org>
Please send this patch to the SoC tree (soc at kernel.org) after review
so the SoC maintainers can apply it.
Yours,
Linus Walleij
More information about the linux-arm-kernel
mailing list