xtensa: Remove 64 bits atomic builtins stubs
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Fri, 12 May 2023 15:31:19 +0000 (17:31 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 9 Jun 2023 13:29:51 +0000 (23:29 +1000)
commitbcea4f7a70dc800e769ef02d8c3bc4df357ed893
tree3540ff22caa9c4b072404ffeac7f5ad36995c429
parent95567f46b4d20c047750a5e3029461afcdc67697
xtensa: Remove 64 bits atomic builtins stubs

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@csgroup.eu>
Acked-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Marco Elver <elver@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/a6834980e58c5e2cdf25b3db061f34975de46437.1683892665.git.christophe.leroy@csgroup.eu
arch/xtensa/lib/Makefile
arch/xtensa/lib/kcsan-stubs.c [deleted file]