Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144361
b: refs/heads/master
c: a5fc1ab
h: refs/heads/master
i:
  144359: a99982b
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed May 2, 2009
1 parent 3e8d370 commit fd4d8e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e040a3e915d0a3da6caa665da7a458973e8f33e
refs/heads/master: a5fc1abe438b87a9d128beebc377f78e2681a76d
4 changes: 2 additions & 2 deletions trunk/include/asm-generic/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit fd4d8e0

Please sign in to comment.