summaryrefslogtreecommitdiff
path: root/scripts/atomic/fallbacks/set_release
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/fallbacks/set_release')
-rwxr-xr-xscripts/atomic/fallbacks/set_release4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/atomic/fallbacks/set_release b/scripts/atomic/fallbacks/set_release
index 104693bc3c66..16a374ae6bb1 100755
--- a/scripts/atomic/fallbacks/set_release
+++ b/scripts/atomic/fallbacks/set_release
@@ -1,12 +1,8 @@
cat <<EOF
-static __always_inline void
-raw_${atomic}_set_release(${atomic}_t *v, ${int} i)
-{
if (__native_word(${atomic}_t)) {
smp_store_release(&(v)->counter, i);
} else {
__atomic_release_fence();
raw_${atomic}_set(v, i);
}
-}
EOF