From: Andrew Morton Cc: Mathieu Desnoyers Signed-off-by: Andrew Morton --- include/asm-powerpc/atomic.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/asm-powerpc/atomic.h~atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-powerpc-fix-2 include/asm-powerpc/atomic.h --- a/include/asm-powerpc/atomic.h~atomich-add-atomic64-cmpxchg-xchg-and-add_unless-to-powerpc-fix-2 +++ a/include/asm-powerpc/atomic.h @@ -420,7 +420,6 @@ static __inline__ long atomic64_dec_if_p #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0) -#define atomic64_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) #define atomic64_xchg(v, new) (xchg(&((v)->counter), new)) /** _