From fd4d8e021b4a9a74ecff1da8cc17d6b49607525b Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Thu, 30 Apr 2009 15:08:14 -0700 Subject: [PATCH] --- yaml --- r: 144361 b: refs/heads/master c: a5fc1abe438b87a9d128beebc377f78e2681a76d h: refs/heads/master i: 144359: a99982bc8c0ffabb944c9e7bf6cbca29575df263 v: v3 --- [refs] | 2 +- trunk/include/asm-generic/atomic.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 69ff94e7330d..3601eb562587 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9e040a3e915d0a3da6caa665da7a458973e8f33e +refs/heads/master: a5fc1abe438b87a9d128beebc377f78e2681a76d diff --git a/trunk/include/asm-generic/atomic.h b/trunk/include/asm-generic/atomic.h index 7abdaa91ccd3..3673a13b6703 100644 --- a/trunk/include/asm-generic/atomic.h +++ b/trunk/include/asm-generic/atomic.h @@ -132,9 +132,9 @@ static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u) #define atomic_long_inc_not_zero(l) atomic64_inc_not_zero((atomic64_t *)(l)) #define atomic_long_cmpxchg(l, old, new) \ - (atomic_cmpxchg((atomic64_t *)(l), (old), (new))) + (atomic64_cmpxchg((atomic64_t *)(l), (old), (new))) #define atomic_long_xchg(v, new) \ - (atomic_xchg((atomic64_t *)(l), (new))) + (atomic64_xchg((atomic64_t *)(l), (new))) #else /* BITS_PER_LONG == 64 */