Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 201477
b: refs/heads/master
c: c58bbd3
h: refs/heads/master
i:
  201475: 53d9da1
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Jul 27, 2010
1 parent 583557c commit f3e9b58
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: 4708ac49305bbcd511600d4af71a4c6dca15af65
refs/heads/master: c58bbd39f876955be6e072748fdfe2b671f9d939
2 changes: 1 addition & 1 deletion trunk/lib/atomic64_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ static __init int test_atomic64(void)
BUG_ON(v.counter != r);

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

0 comments on commit f3e9b58

Please sign in to comment.