[ltt-dev] [PATCH 0/4] v2: Add gcc primitives, ia64 support, ARMv7L support, and kill unknown
Paul E. McKenney
paulmck at linux.vnet.ibm.com
Fri Jun 18 12:12:46 EDT 2010
On Fri, Jun 18, 2010 at 11:46:54AM -0400, Mathieu Desnoyers wrote:
> * Paul E. McKenney (paulmck at linux.vnet.ibm.com) wrote:
> > Hello!
>
> Looks good ! Will merge, thanks!
Very good!!!
Please note that there is a v3 based on Paolo's later comments, which
prompted some very nice code-size reductions.
Thanx, Paul
> Mathieu
>
> >
> > 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(-)
>
> --
> Mathieu Desnoyers
> Operating System Efficiency R&D Consultant
> EfficiOS Inc.
> http://www.efficios.com
More information about the lttng-dev
mailing list