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