Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56024
b: refs/heads/master
c: 7b239bb
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed May 11, 2007
1 parent d0669f1 commit 6a550fe
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: fcbee6410d5c4112593e7082fb8d96dfdc6c1c25
refs/heads/master: 7b239bb1068eda3f7e8befd9b43671093c206f0e
2 changes: 1 addition & 1 deletion trunk/include/asm-mips/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static __inline__ long atomic64_sub_if_positive(long i, atomic64_t * v)
}

#define atomic64_cmpxchg(v, o, n) \
(((__typeof__((v)->counter)))cmpxchg(&((v)->counter), (o), (n)))
((__typeof__((v)->counter))cmpxchg(&((v)->counter), (o), (n)))
#define atomic64_xchg(v, new) (xchg(&((v)->counter), (new)))

/**
Expand Down

0 comments on commit 6a550fe

Please sign in to comment.