Headers: move arch_*.h to urcu/arch/*.h
[urcu.git] / urcu / uatomic_arch_arm.h
index bcd21d2c5ad312929e9de653061249cf069e02b1..fee30409308ea35f386fe0f3ba3246384551b19c 100644 (file)
@@ -34,13 +34,6 @@ extern "C" {
 /* xchg */
 #define uatomic_xchg(addr, v) __sync_lock_test_and_set(addr, v)
 
-/* cmpxchg */
-#define uatomic_cmpxchg(addr, old, _new) \
-       __sync_val_compare_and_swap(addr, old, _new)
-
-/* uatomic_add_return */
-#define uatomic_add_return(addr, v) __sync_add_and_fetch(addr, v)
-
 #ifdef __cplusplus 
 }
 #endif
This page took 0.023223 seconds and 4 git commands to generate.