[PATCH] irqchip/gic-v3: Remove asmlinkage for gic_handle_irq()
Thomas Gleixner
tglx at linutronix.de
Sat Jul 27 02:25:23 PDT 2024
On Sat, Jul 27 2024 at 15:36, Jinjie Ruan wrote:
> Since commit 064dbfb41691 ("arm64: entry: convert IRQ+FIQ handlers to C"),
> the gic_handle_irq() is only called by C functions, so remove
> the asmlinkage.
>
> Fixes: 064dbfb41691 ("arm64: entry: convert IRQ+FIQ handlers to C")
> Signed-off-by: Jinjie Ruan <ruanjinjie at huawei.com>
Right. Can we please fix all of that and be done with it?
# git grep -l asmlinkage drivers/irqchip/ | xargs grep set_handle_irq
should find the remaining leftovers of asmlinkage.
Thanks,
tglx
More information about the linux-arm-kernel
mailing list