Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [PATCH] arm: remove useless declarations
@ 2011-06-09 13:57 Paolo Bonzini
  2011-06-09 14:21 ` Mathieu Desnoyers
       [not found] ` <BLU0-SMTP84C8B5894BECC3A6D9BB7C96650@phx.gbl>
  0 siblings, 2 replies; 6+ messages in thread
From: Paolo Bonzini @ 2011-06-09 13:57 UTC (permalink / raw)


Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
---
 urcu/uatomic_arch_arm.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/urcu/uatomic_arch_arm.h b/urcu/uatomic_arch_arm.h
index bcd21d2..fee3040 100644
--- a/urcu/uatomic_arch_arm.h
+++ b/urcu/uatomic_arch_arm.h
@@ -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
-- 
1.7.4.4




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-09 17:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-09 13:57 [ltt-dev] [PATCH] arm: remove useless declarations Paolo Bonzini
2011-06-09 14:21 ` Mathieu Desnoyers
     [not found] ` <BLU0-SMTP84C8B5894BECC3A6D9BB7C96650@phx.gbl>
2011-06-09 14:25   ` Paolo Bonzini
2011-06-09 16:43     ` Paul E. McKenney
2011-06-09 16:50       ` Mathieu Desnoyers
     [not found]       ` <BLU0-SMTP515252C09A7991113F85D96650@phx.gbl>
2011-06-09 17:17         ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox