From: paulmck@linux.vnet.ibm.com (Paul E. McKenney)
Subject: [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
Date: Thu, 17 Jun 2010 15:11:38 -0700 [thread overview]
Message-ID: <20100617221138.GA23299@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.
Updates since v2:
o Apply Paolo's feedback to avoid redundant code.
Updates since v1:
o Add note that this works back to at least 2.6.15 kernels.
Thanx, Paul
b/configure.ac | 1
b/urcu/arch_armv7l.h | 56 ++++++++++++++++++++++++++++++++++++++++++
b/urcu/arch_gcc.h | 54 ++++++++++++++++++++++++++++++++++++++++
b/urcu/arch_unknown.h | 28 +++++++++++++++++++++
b/urcu/uatomic_arch_armv7l.h | 50 +++++++++++++++++++++++++++++++++++++
b/urcu/uatomic_arch_gcc.h | 46 ++++++++++++++++++++++++++++++++++
b/urcu/uatomic_arch_unknown.h | 25 ++++++++++++++++++
configure.ac | 13 ++++-----
8 files changed, 266 insertions(+), 7 deletions(-)
next reply other threads:[~2010-06-17 22:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-17 22:11 Paul E. McKenney [this message]
2010-06-17 22:12 ` [ltt-dev] [PATCH 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 2/4] Add ia64 architecture based on gcc primitives Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 3/4] Add native ARM port for armv7l Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 4/4] Force build failure on unknown architectures Paul E. McKenney
2010-06-18 16:27 ` [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Mathieu Desnoyers
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=20100617221138.GA23299@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