diff options
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/atomic.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/include/asm/atomic.h b/arch/powerpc/include/asm/atomic.h index 952e161fbb89..e2a4c26ad377 100644 --- a/arch/powerpc/include/asm/atomic.h +++ b/arch/powerpc/include/asm/atomic.h | |||
@@ -469,11 +469,7 @@ static __inline__ int atomic64_add_unless(atomic64_t *v, long a, long u) | |||
469 | 469 | ||
470 | #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0) | 470 | #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1, 0) |
471 | 471 | ||
472 | #else /* __powerpc64__ */ | ||
473 | #include <asm-generic/atomic64.h> | ||
474 | |||
475 | #endif /* __powerpc64__ */ | 472 | #endif /* __powerpc64__ */ |
476 | 473 | ||
477 | #include <asm-generic/atomic-long.h> | ||
478 | #endif /* __KERNEL__ */ | 474 | #endif /* __KERNEL__ */ |
479 | #endif /* _ASM_POWERPC_ATOMIC_H_ */ | 475 | #endif /* _ASM_POWERPC_ATOMIC_H_ */ |