Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83127
b: refs/heads/master
c: 26a6e66
h: refs/heads/master
i:
  83125: 335be6b
  83123: bc9c8a2
  83119: 30a1adc
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Feb 5, 2008
1 parent ab9824f commit 44b508f
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: e820ce72d3aaadb8b53455cbdf213d3439f6c280
refs/heads/master: 26a6e661b118b95422ccfcd10c9997db5967df58
2 changes: 1 addition & 1 deletion trunk/include/asm-alpha/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ static __inline__ void atomic64_sub(long i, atomic64_t * v)
/*
* Same as above, but return the result value
*/
static __inline__ long atomic_add_return(int i, atomic_t * v)
static inline int atomic_add_return(int i, atomic_t *v)
{
long temp, result;
smp_mb();
Expand Down

0 comments on commit 44b508f

Please sign in to comment.