* Paul E. McKenney ([email protected]) wrote:
> Signed-off-by: Paul E. McKenney <[email protected]>

Merged, thanks!

Mathieu

> ---
>  urcu/uatomic_arch_ppc.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> 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");
> -- 
> 1.7.3.2
> 
> 
> _______________________________________________
> rp mailing list
> [email protected]
> http://svcs.cs.pdx.edu/mailman/listinfo/rp

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

Reply via email to