Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18577
b: refs/heads/master
c: 6b4977c
h: refs/heads/master
i:
  18575: d7a0df7
v: v3
  • Loading branch information
Kyle McMartin authored and Linus Torvalds committed Jan 15, 2006
1 parent 505d890 commit ddbc1ec
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: 69ff56c166629224e9fe914b8543021dc2f001f0
refs/heads/master: 6b4977ce0fb9a989ba24fd6b757d07a566abc23d
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static inline void atomic_long_set(atomic_long_t *l, long i)
{
atomic64_t *v = (atomic64_t *)l;

atomic_set(v, i);
atomic64_set(v, i);
}

static inline void atomic_long_inc(atomic_long_t *l)
Expand Down

0 comments on commit ddbc1ec

Please sign in to comment.