Linux-6.18.2/scripts/atomic/fallbacks/release

5 lines
105 B
Plaintext
Raw Normal View History

2025-12-23 20:05:50 +08:00
cat <<EOF
__atomic_release_fence();
${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
EOF