Linux-6.18.2/scripts/atomic/fallbacks/cmpxchg

4 lines
66 B
Plaintext
Raw Normal View History

2025-12-23 20:05:50 +08:00
cat <<EOF
return raw_cmpxchg${order}(&v->counter, old, new);
EOF