aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/fallbacks/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/fallbacks/release')
-rwxr-xr-xscripts/atomic/fallbacks/release6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/atomic/fallbacks/release b/scripts/atomic/fallbacks/release
index 3f628a3802d9..1e6daf57b4ba 100755
--- a/scripts/atomic/fallbacks/release
+++ b/scripts/atomic/fallbacks/release
@@ -1,8 +1,4 @@
cat <<EOF
-static inline ${ret}
-${atomic}_${pfx}${name}${sfx}_release(${params})
-{
__atomic_release_fence();
- ${retstmt}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
-}
+ ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
EOF