Re: [PATCH 3/3] xtensa: Remove 64 bits atomic builtins stubs
From: Max Filippov <jcmvbkbc@gmail.com>
Date: 2023-05-12 16:38:44
Also in:
lkml
From: Max Filippov <jcmvbkbc@gmail.com>
Date: 2023-05-12 16:38:44
Also in:
lkml
On Fri, May 12, 2023 at 8:31 AM Christophe Leroy [off-list ref] 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 <redacted>
---
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.cAcked-by: Max Filippov <jcmvbkbc@gmail.com> -- Thanks. -- Max