From: paulmck@linux.vnet.ibm.com (Paul E. McKenney)
Subject: [ltt-dev] [PATCH 0/4] Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
Date: Wed, 16 Jun 2010 14:04:20 -0700 [thread overview]
Message-ID: <20100616210420.GA2973@linux.vnet.ibm.com> (raw)
Hello!
This set of four patches does the following:
o Add header files providing definitions based on the gcc __sync_
set of primitives.
o Add IA64 support based on the gcc definitions.
o Add native ARMv7L support.
o Force build failures on unknown architectures.
Thanx, Paul
b/configure.ac | 1
b/urcu/arch_armv7l.h | 59 ++++++++++++++++++++++++++++++++++++++++++
b/urcu/arch_gcc.h | 59 ++++++++++++++++++++++++++++++++++++++++++
b/urcu/arch_unknown.h | 28 +++++++++++++++++++
b/urcu/uatomic_arch_armv7l.h | 48 ++++++++++++++++++++++++++++++++++
b/urcu/uatomic_arch_gcc.h | 48 ++++++++++++++++++++++++++++++++++
b/urcu/uatomic_arch_unknown.h | 25 +++++++++++++++++
configure.ac | 13 ++++-----
8 files changed, 274 insertions(+), 7 deletions(-)
next reply other threads:[~2010-06-16 21:04 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-16 21:04 Paul E. McKenney [this message]
2010-06-16 21:05 ` [ltt-dev] [PATCH 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
2010-06-16 21:05 ` [ltt-dev] [PATCH 2/4] Add ia64 architecture based on gcc primitives Paul E. McKenney
2010-06-16 21:05 ` [ltt-dev] [PATCH 3/4] Add native ARM port for armv7l Paul E. McKenney
2010-06-16 21:23 ` Mathieu Desnoyers
2010-06-16 21:32 ` Paul E. McKenney
2010-06-16 23:57 ` Mathieu Desnoyers
2010-06-17 0:51 ` Paul E. McKenney
2010-06-17 1:37 ` Mathieu Desnoyers
2010-06-17 4:43 ` Paul E. McKenney
2010-06-16 21:05 ` [ltt-dev] [PATCH 4/4] Force build failure on unknown architectures 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=20100616210420.GA2973@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.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