diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2024-11-06 11:03:15 +0100 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2024-11-12 14:01:29 +0100 |
commit | d5fd93629af76748751ff583d35039e5834eeb47 (patch) | |
tree | 71c069e43075647b06f920e7490199c337dda100 /scripts/gdb/linux/utils.py | |
parent | 75a98ed6faa03656811922cd383994fa7c300259 (diff) | |
download | linux-d5fd93629af76748751ff583d35039e5834eeb47.tar.gz linux-d5fd93629af76748751ff583d35039e5834eeb47.tar.bz2 linux-d5fd93629af76748751ff583d35039e5834eeb47.zip |
s390/locking: Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool()
Use arch_try_cmpxchg() instead of __atomic_cmpxchg_bool() everywhere.
This generates the same code like before, but uses the standard
cmpxchg() implementation instead of a custom __atomic_cmpxchg_bool().
Reviewed-by: Juergen Christ <jchrist@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions