Files
linux-kernelorg-stable/scripts/atomic/fallbacks/fence
T

8 lines
157 B
Plaintext
Raw Normal View History

cat <<EOF
${ret} ret;
__atomic_pre_full_fence();
ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
__atomic_post_full_fence();
return ret;
EOF