Re: [PATCH 3/3] xtensa: Remove 64 bits atomic builtins stubs

From: Max Filippov
Date: Fri May 12 2023 - 12:38:44 EST


On Fri, May 12, 2023 at 8:31 AM Christophe Leroy
<christophe.leroy@xxxxxxxxxx> wrote:
>
> The stubs were provided by commit 725aea873261 ("xtensa: enable KCSAN")
> to make linker happy allthought they are not meant to be used at all.
>
> KCSAN core has been fixed to not require them anymore on
> 32 bits architectures.
>
> Then they can be removed.
>
> Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx>
> ---
> arch/xtensa/lib/Makefile | 2 --
> arch/xtensa/lib/kcsan-stubs.c | 54 -----------------------------------
> 2 files changed, 56 deletions(-)
> delete mode 100644 arch/xtensa/lib/kcsan-stubs.c

Acked-by: Max Filippov <jcmvbkbc@xxxxxxxxx>

--
Thanks.
-- Max