Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [PATCH 0/4] Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
@ 2010-06-16 21:04 Paul E. McKenney
  2010-06-16 21:05 ` [ltt-dev] [PATCH 1/4] Add header files supporting gcc __sync_ primitives Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Paul E. McKenney @ 2010-06-16 21:04 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.

							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(-)




^ permalink raw reply	[flat|nested] 12+ messages in thread
* [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
@ 2010-06-17 22:11 Paul E. McKenney
  2010-06-17 22:12 ` [ltt-dev] [PATCH 3/4] Add native ARM port for armv7l Paul E. McKenney
  0 siblings, 1 reply; 12+ messages in thread
From: Paul E. McKenney @ 2010-06-17 22:11 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 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(-)




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

end of thread, other threads:[~2010-06-17 22:12 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16 21:04 [ltt-dev] [PATCH 0/4] Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Paul E. McKenney
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
2010-06-17 22:11 [ltt-dev] [PATCH 0/4] v3: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown Paul E. McKenney
2010-06-17 22:12 ` [ltt-dev] [PATCH 3/4] Add native ARM port for armv7l 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