Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62481
b: refs/heads/master
c: bdda156
h: refs/heads/master
i:
  62479: bff50fd
v: v3
  • Loading branch information
Mathieu Desnoyers authored and Linus Torvalds committed Jul 22, 2007
1 parent ffaf47c commit 6407895
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: 20fe1d30e7e1c2ee36f11856f090613b0ad58b48
refs/heads/master: bdda1561ffda764583a295229db66d94cf6038a3
2 changes: 1 addition & 1 deletion trunk/include/asm-x86_64/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static inline unsigned long __cmpxchg_local(volatile void *ptr,
((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\
(unsigned long)(n),sizeof(*(ptr))))
#define cmpxchg_local(ptr,o,n)\
((__typeof__(*(ptr)))__cmpxchg((ptr),(unsigned long)(o),\
((__typeof__(*(ptr)))__cmpxchg_local((ptr),(unsigned long)(o),\
(unsigned long)(n),sizeof(*(ptr))))

#endif

0 comments on commit 6407895

Please sign in to comment.