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 f8906d537c0f..1e6daf57b4ba 100755
--- a/scripts/atomic/fallbacks/release
+++ b/scripts/atomic/fallbacks/release
@@ -1,8 +1,4 @@
cat <<EOF
-static __always_inline ${ret}
-${arch}${atomic}_${pfx}${name}${sfx}_release(${params})
-{
__atomic_release_fence();
- ${retstmt}${arch}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
-}
+ ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
EOF