Merge tag 'soc-ep93xx-dt-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / scripts / atomic / fallbacks / acquire
CommitLineData
ace9bad4 1cat <<EOF
f3e615b4 2 ${ret} ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
ace9bad4
MR
3 __atomic_acquire_fence();
4 return ret;
ace9bad4 5EOF