aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/atomic/fallbacks/xchg
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/atomic/fallbacks/xchg')
-rw-r--r--scripts/atomic/fallbacks/xchg3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/atomic/fallbacks/xchg b/scripts/atomic/fallbacks/xchg
new file mode 100644
index 000000000000..e4def1e0d092
--- /dev/null
+++ b/scripts/atomic/fallbacks/xchg
@@ -0,0 +1,3 @@
+cat <<EOF
+ return raw_xchg${order}(&v->counter, new);
+EOF