JustOS/linux-6.13/scripts/atomic/fallbacks/fence

8 lines
157 B
Plaintext
Raw Normal View History

2025-01-24 14:00:19 +00:00
cat <<EOF
${ret} ret;
__atomic_pre_full_fence();
ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
__atomic_post_full_fence();
return ret;
EOF