summaryrefslogtreecommitdiff
path: root/scripts/atomic/fallbacks/fence
blob: 40d5b397658f7972301ef46ff0fd5137fb16be35 (plain)
1
2
3
4
5
6
7
cat <<EOF
	${ret} ret;
	__atomic_pre_full_fence();
	ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
	__atomic_post_full_fence();
	return ret;
EOF
'/distro/kernel/commit/drivers/isdn/hysdn/hysdn_init.c?h=linux-6.12.y&id=475be4d85a274d0961593db41cf85689db1d583c'>isdn: whitespace coding style cleanupJoe Perches 2011-02-09isdn: hysdn: Kill (partially buggy) CVS regision log reporting.David S. Miller