Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
@ 2010-06-17  4:47 Paul E. McKenney
  2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Paul E. McKenney @ 2010-06-17  4:47 UTC (permalink / 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 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          |   59 ++++++++++++++++++++++++++++++++++++++++++
 b/urcu/arch_gcc.h             |   59 ++++++++++++++++++++++++++++++++++++++++++
 b/urcu/arch_unknown.h         |   28 +++++++++++++++++++
 b/urcu/uatomic_arch_armv7l.h  |   50 +++++++++++++++++++++++++++++++++++
 b/urcu/uatomic_arch_gcc.h     |   48 ++++++++++++++++++++++++++++++++++
 b/urcu/uatomic_arch_unknown.h |   25 +++++++++++++++++
 configure.ac                  |   13 ++++-----
 8 files changed, 276 insertions(+), 7 deletions(-)




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

end of thread, other threads:[~2010-06-18 16:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-17  4:47 [ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Paul E. McKenney
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
2010-06-17  7:55   ` Paolo Bonzini
2010-06-17 16:45     ` Paul E. McKenney
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 2/4] Add ia64 architecture based on gcc primitives Paul E. McKenney
2010-06-17  4:47 ` [ltt-dev] [PATCH tip/core/rcu 3/4] Add native ARM port for armv7l Paul E. McKenney
2010-06-17  4:48 ` [ltt-dev] [PATCH tip/core/rcu 4/4] Force build failure on unknown architectures Paul E. McKenney
2010-06-18 15:46 ` [ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Mathieu Desnoyers
2010-06-18 16:02   ` Mathieu Desnoyers
2010-06-18 16:13     ` Paul E. McKenney
2010-06-18 16:12   ` 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