Hi Paul, This patch has already been merged by me in the userspace RCU library:
commit e72f49371b233637eaf143265a73c7322d0710fd Author: Paul E. McKenney <[email protected]> Date: Wed Sep 23 03:09:59 2009 -0400 ppc atomic: Fix asm format. Signed-off-by: Paul E. McKenney <[email protected]> Signed-off-by: Mathieu Desnoyers <[email protected]> It's therefore already integrated in the current releases. Thanks, Mathieu * Paul E. McKenney ([email protected]) wrote: > Fix ppc asm typo. > > Signed-off-by: Paul E. McKenney <[email protected]> > > diff --git a/urcu/uatomic_arch_ppc.h b/urcu/uatomic_arch_ppc.h > index 426b0f2..bb74934 100644 > --- a/urcu/uatomic_arch_ppc.h > +++ b/urcu/uatomic_arch_ppc.h > @@ -133,7 +133,7 @@ unsigned long _uatomic_cmpxchg(void *addr, unsigned long > old, > "bne- 1b\n" /* retry if lost reservation */ > "isync\n" > "2:\n" > - : "=&r"(old_val), > + : "=&r"(old_val) > : "r"(addr), "r"((unsigned long)_new), > "r"((unsigned long)old) > : "memory", "cc"); -- Mathieu Desnoyers Operating System Efficiency R&D Consultant EfficiOS Inc. http://www.efficios.com _______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
