[PATCH 09/10] atomic.h : Add atomic64_xchg to s390

2007-02-11 Thread Mathieu Desnoyers
atomic.h : Add atomic64_xchg to s390 Signed-off-by: Mathieu Desnoyers <[EMAIL PROTECTED]> --- a/include/asm-s390/atomic.h +++ b/include/asm-s390/atomic.h @@ -215,6 +215,8 @@ static __inline__ void atomic64_set_mask(unsigned long mask, atomic64_t * v) __CSG_LOOP(v, mask, "ogr");

[PATCH 09/10] atomic.h : Add atomic64_xchg to s390

2007-02-11 Thread Mathieu Desnoyers
atomic.h : Add atomic64_xchg to s390 Signed-off-by: Mathieu Desnoyers [EMAIL PROTECTED] --- a/include/asm-s390/atomic.h +++ b/include/asm-s390/atomic.h @@ -215,6 +215,8 @@ static __inline__ void atomic64_set_mask(unsigned long mask, atomic64_t * v) __CSG_LOOP(v, mask, ogr); }