Linux-6.18.2/scripts/atomic/fallbacks/fence

8 lines
157 B
Plaintext
Raw Normal View History

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