|
@@ -114,7 +114,7 @@ static __init int test_atomic64(void)
|
|
BUG_ON(v.counter != r);
|
|
BUG_ON(v.counter != r);
|
|
|
|
|
|
#if defined(CONFIG_X86) || defined(CONFIG_MIPS) || defined(CONFIG_PPC) || \
|
|
#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);
|
|
INIT(onestwos);
|
|
BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1));
|
|
BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1));
|
|
r -= one;
|
|
r -= one;
|