diff options
Diffstat (limited to 'include/asm-mips')
-rw-r--r-- | include/asm-mips/atomic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/atomic.h b/include/asm-mips/atomic.h index 7978d8e11647..365767074c79 100644 --- a/include/asm-mips/atomic.h +++ b/include/asm-mips/atomic.h | |||
@@ -375,7 +375,7 @@ static __inline__ int atomic_sub_if_positive(int i, atomic_t * v) | |||
375 | 375 | ||
376 | #ifdef CONFIG_64BIT | 376 | #ifdef CONFIG_64BIT |
377 | 377 | ||
378 | typedef struct { volatile __s64 counter; } atomic64_t; | 378 | typedef struct { volatile long counter; } atomic64_t; |
379 | 379 | ||
380 | #define ATOMIC64_INIT(i) { (i) } | 380 | #define ATOMIC64_INIT(i) { (i) } |
381 | 381 | ||