diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 21:43:13 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-16 21:43:13 -0400 |
commit | f01789c68882d846946cf9b972cf090b283d1f73 (patch) | |
tree | e54f1903e9f67fa8e7681e54c1dbec8a8ab5cf9b /arch/sh/include/asm/atomic.h | |
parent | 300df7dc89cc276377fc020704e34875d5c473b6 (diff) |
sh: Use generic atomic64_t implementation.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/atomic.h')
-rw-r--r-- | arch/sh/include/asm/atomic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/include/asm/atomic.h b/arch/sh/include/asm/atomic.h index 157c320272cb..e8e78137c6f5 100644 --- a/arch/sh/include/asm/atomic.h +++ b/arch/sh/include/asm/atomic.h | |||
@@ -85,4 +85,6 @@ static inline int atomic_add_unless(atomic_t *v, int a, int u) | |||
85 | #define smp_mb__after_atomic_inc() barrier() | 85 | #define smp_mb__after_atomic_inc() barrier() |
86 | 86 | ||
87 | #include <asm-generic/atomic-long.h> | 87 | #include <asm-generic/atomic-long.h> |
88 | #include <asm-generic/atomic64.h> | ||
89 | |||
88 | #endif /* __ASM_SH_ATOMIC_H */ | 90 | #endif /* __ASM_SH_ATOMIC_H */ |