diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-03-22 16:36:27 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-04-12 12:46:43 +0200 |
commit | b23eb636d7f9f3d7c3ae0dd443cf26c4cc1e18f7 (patch) | |
tree | 6cdb42880a4a6b8f3ba65cfae703cbe031523e8a /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | ca897bb1814fc77ce2ded7b31350ff2b25ccb0a4 (diff) | |
download | linux-b23eb636d7f9f3d7c3ae0dd443cf26c4cc1e18f7.tar.gz linux-b23eb636d7f9f3d7c3ae0dd443cf26c4cc1e18f7.tar.bz2 linux-b23eb636d7f9f3d7c3ae0dd443cf26c4cc1e18f7.zip |
s390/atomic: get rid of gcc atomic builtins
s390 is the only architecture in the kernel which makes use of gcc's
atomic builtin functions. Even though I don't see any technical
problem with that right now, remove this code and open-code
compare-and-swap loops again, like every other architecture is doing
it also.
We can switch to a generic implementation when other architectures are
doing that also.
See also https://lwn.net/Articles/586838/ for forther details.
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions