Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298427
b: refs/heads/master
c: 1512cdc
h: refs/heads/master
i:
  298425: b8b6e0a
  298423: 47a6364
v: v3
  • Loading branch information
Paul Gortmaker authored and Linus Torvalds committed Apr 2, 2012
1 parent dce473c commit da2fdf5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 3d92e05118262379f76a220772b666dfddb77a9d
refs/heads/master: 1512cdc3572dac34a1809764f9a646cde7e82407
3 changes: 2 additions & 1 deletion trunk/arch/blackfin/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ static inline unsigned long __xchg(unsigned long x, volatile void *ptr,
(unsigned long)(n), sizeof(*(ptr))))
#define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n))

#include <asm-generic/cmpxchg.h>
#define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n))
#define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n))

#endif /* !CONFIG_SMP */

Expand Down

0 comments on commit da2fdf5

Please sign in to comment.