xref: /linux/scripts/atomic/fallbacks/fence (revision 3ade6ce1255e6e97f91b8ba77408dce9d2292df2)
1cat <<EOF
2	${ret} ret;
3	__atomic_pre_full_fence();
4	ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
5	__atomic_post_full_fence();
6	return ret;
7EOF
8