aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/fallbacks/release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/fallbacks/release')
-rwxr-xr-xscripts/atomic/fallbacks/release4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/atomic/fallbacks/release b/scripts/atomic/fallbacks/release
index f8906d537c0f..b46feb56d69c 100755
--- a/scripts/atomic/fallbacks/release
+++ b/scripts/atomic/fallbacks/release
@@ -1,8 +1,8 @@
cat <<EOF
static __always_inline ${ret}
-${arch}${atomic}_${pfx}${name}${sfx}_release(${params})
+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