Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 375623
b: refs/heads/master
c: 6eabb33
h: refs/heads/master
i:
  375621: a1a6a14
  375619: 8c13d6c
  375615: d4ddef8
v: v3
  • Loading branch information
Jaccon Bastiaansen authored and Russell King committed May 13, 2013
1 parent 38c4dee commit 97350e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 9e01573b5cf8b3188c1f33493d2e73a30e8d25fc
refs/heads/master: 6eabb3301b1facee669d9938f7c5a0295c21d71d
8 changes: 4 additions & 4 deletions trunk/arch/arm/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,15 @@ static inline unsigned long __cmpxchg_local(volatile void *ptr,
((__typeof__(*(ptr)))atomic64_cmpxchg(container_of((ptr), \
atomic64_t, \
counter), \
(unsigned long)(o), \
(unsigned long)(n)))
(unsigned long long)(o), \
(unsigned long long)(n)))

#define cmpxchg64_local(ptr, o, n) \
((__typeof__(*(ptr)))local64_cmpxchg(container_of((ptr), \
local64_t, \
a), \
(unsigned long)(o), \
(unsigned long)(n)))
(unsigned long long)(o), \
(unsigned long long)(n)))

#endif /* __LINUX_ARM_ARCH__ >= 6 */

Expand Down

0 comments on commit 97350e2

Please sign in to comment.