Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199821
b: refs/heads/master
c: 007d086
h: refs/heads/master
i:
  199819: 5e8a3f3
v: v3
  • Loading branch information
Heiko Carstens authored and Linus Torvalds committed Jun 4, 2010
1 parent e68569a commit 6243583
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b1413357d924792e2e332dcb6b712a7fb2a5fb25
refs/heads/master: 007d08678eb87478b65b3f229960c81dd7c7b8f3
3 changes: 2 additions & 1 deletion trunk/lib/atomic64_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ static __init int test_atomic64(void)
r += one;
BUG_ON(v.counter != r);

#if defined(CONFIG_X86) || defined(CONFIG_MIPS) || defined(CONFIG_PPC) || defined(_ASM_GENERIC_ATOMIC64_H)
#if defined(CONFIG_X86) || defined(CONFIG_MIPS) || defined(CONFIG_PPC) || \
defined(CONFIG_S390) || defined(_ASM_GENERIC_ATOMIC64_H)
INIT(onestwos);
BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1));
r -= one;
Expand Down

0 comments on commit 6243583

Please sign in to comment.