[PATCH v2 1/9] ARM: remove some dead code

Arnd Bergmann arnd at arndb.de
Tue Oct 5 05:06:58 PDT 2021


On Tue, Oct 5, 2021 at 9:15 AM Ard Biesheuvel <ardb at kernel.org> wrote:
>
> This code appears to be no longer used so let's get rid of it.
>
> Signed-off-by: Ard Biesheuvel <ardb at kernel.org>

I didn't see at first why this is unused, but eventually figured out
that it's because
all ARMv6+ platforms use CONFIG_GENERIC_IRQ_MULTI_HANDLER,
the last one that provided a custom test_for_ipi was removed in 2015
with commit 59b89af1d555 ("ARM: shmobile: sh7372: Remove Legacy C
SoC code").

FWIW, the only remaining platforms with a custom entry-macro.S are rpc,
iop320 and footbridge.

Reviewed-by: Arnd Bergmann <arnd at arndb.de>



More information about the linux-arm-kernel mailing list