From mboxrd@z Thu Jan 1 00:00:00 1970 From: paulmck@linux.vnet.ibm.com (Paul E. McKenney) Date: Wed, 16 Jun 2010 14:04:20 -0700 Subject: [ltt-dev] [PATCH 0/4] Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Message-ID: <20100616210420.GA2973@linux.vnet.ibm.com> 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(-)