about summary refs log tree commit diff
path: root/sysdeps/ia64/atomic-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ia64/atomic-machine.h')
-rw-r--r--sysdeps/ia64/atomic-machine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/ia64/atomic-machine.h b/sysdeps/ia64/atomic-machine.h
index ecf97500b4..f04ac05446 100644
--- a/sysdeps/ia64/atomic-machine.h
+++ b/sysdeps/ia64/atomic-machine.h
@@ -46,6 +46,9 @@ typedef uintmax_t uatomic_max_t;
 #define __HAVE_64B_ATOMICS 1
 #define USE_ATOMIC_COMPILER_BUILTINS 0
 
+/* XXX Is this actually correct?  */
+#define ATOMIC_EXCHANGE_USES_CAS 0
+
 
 #define __arch_compare_and_exchange_bool_8_acq(mem, newval, oldval) \
   (abort (), 0)