From: pbonzini@redhat.com (Paolo Bonzini)
Subject: [ltt-dev] [PATCH] arm: remove useless declarations
Date: Thu, 9 Jun 2011 15:57:45 +0200 [thread overview]
Message-ID: <1307627865-31969-4-git-send-email-pbonzini@redhat.com> (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
next reply other threads:[~2011-06-09 13:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-09 13:57 Paolo Bonzini [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1307627865-31969-4-git-send-email-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox