Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147603
b: refs/heads/master
c: 53e111a
h: refs/heads/master
i:
  147601: 026674e
  147599: ac19616
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Jun 2, 2009
1 parent 471ae28 commit fc6e47c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 29c2810276fbf8419c9b4d942b99c873e9b7640a
refs/heads/master: 53e111a730ea8b002d57dd226098c12789993329
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ static inline long atomic_long_add_unless(atomic_long_t *l, long a, long u)
#define atomic_long_cmpxchg(l, old, new) \
(atomic64_cmpxchg((atomic64_t *)(l), (old), (new)))
#define atomic_long_xchg(v, new) \
(atomic64_xchg((atomic64_t *)(l), (new)))
(atomic64_xchg((atomic64_t *)(v), (new)))

#else /* BITS_PER_LONG == 64 */

Expand Down

0 comments on commit fc6e47c

Please sign in to comment.