thesis/linux-6.8.1/scripts/atomic/fallbacks/cmpxchg
2025-03-19 13:44:23 +01:00

3 lines
66 B
Text

cat <<EOF
return raw_cmpxchg${order}(&v->counter, old, new);
EOF