Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56390
b: refs/heads/master
c: b67405b
h: refs/heads/master
v: v3
  • Loading branch information
Yoshinori Sato authored and Linus Torvalds committed May 15, 2007
1 parent 862ef70 commit 9791d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 218f0aaee8a6b0e5772b95b154dea5b7701b33aa
refs/heads/master: b67405bbbba6bbd28dfd5337b29d5bc5a1140afb
1 change: 1 addition & 0 deletions trunk/include/asm-h8300/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ static __inline__ int atomic_sub_return(int i, atomic_t *v)
}

#define atomic_sub(i, v) atomic_sub_return(i, v)
#define atomic_sub_and_test(i,v) (atomic_sub_return(i, v) == 0)

static __inline__ int atomic_inc_return(atomic_t *v)
{
Expand Down

0 comments on commit 9791d51

Please sign in to comment.