Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298830
b: refs/heads/master
c: 07feea8
h: refs/heads/master
v: v3
  • Loading branch information
Chris Metcalf committed Apr 2, 2012
1 parent c7ec917 commit f423b77
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: 327e8b6b25588ab906856a4e506b28c59422f11b
refs/heads/master: 07feea877d18453bbe4ad47fe2a365eebf56a7af
2 changes: 1 addition & 1 deletion trunk/arch/tile/include/asm/atomic_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static inline u64 atomic64_add_return(u64 i, atomic64_t *v)
* @u: ...unless v is equal to u.
*
* Atomically adds @a to @v, so long as @v was not already @u.
* Returns the old value of @v.
* Returns non-zero if @v was not @u, and zero otherwise.
*/
static inline u64 atomic64_add_unless(atomic64_t *v, u64 a, u64 u)
{
Expand Down

0 comments on commit f423b77

Please sign in to comment.