diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2021-04-06 14:51:48 +0200 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2021-04-12 12:46:43 +0200 |
commit | d2b1f6d2d35043d2c9d079c1595f10c93bfca7d2 (patch) | |
tree | 09c7d0100c69972f5bbba2955a9eadb76a056036 /tools/perf/scripts/python/syscall-counts.py | |
parent | b23eb636d7f9f3d7c3ae0dd443cf26c4cc1e18f7 (diff) |
s390/cmpxchg: 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.
This basically reverts commit f318a1229bd8 ("s390/cmpxchg: use
compiler builtins").
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions