Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 367253
b: refs/heads/master
c: a84b086
h: refs/heads/master
i:
  367251: 9132407
v: v3
  • Loading branch information
Chen Gang authored and Catalin Marinas committed Apr 23, 2013
1 parent 4e30154 commit 2fbbf68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12f883989cf91afa8509c547feebbc3acbc04497
refs/heads/master: a84b086b874e0c03ca456c1748df7031a8cdf957
3 changes: 3 additions & 0 deletions trunk/arch/arm64/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,7 @@ static inline unsigned long __cmpxchg_mb(volatile void *ptr, unsigned long old,
(unsigned long)(n), \
sizeof(*(ptr))))

#define cmpxchg64(ptr,o,n) cmpxchg((ptr),(o),(n))
#define cmpxchg64_local(ptr,o,n) cmpxchg_local((ptr),(o),(n))

#endif /* __ASM_CMPXCHG_H */

0 comments on commit 2fbbf68

Please sign in to comment.