diff options
author | 2024-11-06 11:03:15 +0100 | |
---|---|---|
committer | 2024-11-12 14:01:29 +0100 | |
commit | d5fd93629af76748751ff583d35039e5834eeb47 (patch) | |
tree | 71c069e43075647b06f920e7490199c337dda100 /rust/kernel/firmware.rs | |
parent | s390/preempt: Use arch_try_cmpxchg() instead of __atomic_cmpxchg() (diff) | |
download | wireguard-linux-d5fd93629af76748751ff583d35039e5834eeb47.tar.xz wireguard-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 'rust/kernel/firmware.rs')
0 files changed, 0 insertions, 0 deletions