diff options
Diffstat (limited to 'scripts/atomic/fallbacks/release')
-rwxr-xr-x | scripts/atomic/fallbacks/release | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/atomic/fallbacks/release b/scripts/atomic/fallbacks/release index b46feb56d69c..a1604df66ece 100755 --- a/scripts/atomic/fallbacks/release +++ b/scripts/atomic/fallbacks/release @@ -1,3 +1,8 @@ +if /bin/sh ${ATOMICDIR}/chkdup.sh arch_${atomic}_${pfx}${name}${sfx}_release release +then +acqrel=release +. ${ATOMICDIR}/acqrel.sh +fi cat <<EOF static __always_inline ${ret} arch_${atomic}_${pfx}${name}${sfx}_release(${params}) |