Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200994
b: refs/heads/master
c: 068de8d
h: refs/heads/master
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jul 9, 2010
1 parent 96fb753 commit c867738
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: 4082cfa77680a70e407efdfb207c743107bd8fe4
refs/heads/master: 068de8d1be48a04b92fd97f76bb7e113b7be82a8
2 changes: 1 addition & 1 deletion trunk/arch/arm/include/asm/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ static inline int atomic64_add_unless(atomic64_t *v, u64 a, u64 u)
" teq %2, #0\n"
" bne 1b\n"
"2:"
: "=&r" (val), "=&r" (ret), "=&r" (tmp)
: "=&r" (val), "+r" (ret), "=&r" (tmp)
: "r" (&v->counter), "r" (u), "r" (a)
: "cc");

Expand Down

0 comments on commit c867738

Please sign in to comment.