diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/atomic_64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/atomic_64.h b/include/asm-x86/atomic_64.h index f2e64634fa48..2d20a7a19f62 100644 --- a/include/asm-x86/atomic_64.h +++ b/include/asm-x86/atomic_64.h | |||
@@ -206,7 +206,7 @@ static __inline__ int atomic_sub_return(int i, atomic_t *v) | |||
206 | 206 | ||
207 | /* An 64bit atomic type */ | 207 | /* An 64bit atomic type */ |
208 | 208 | ||
209 | typedef struct { volatile long counter; } atomic64_t; | 209 | typedef struct { long counter; } atomic64_t; |
210 | 210 | ||
211 | #define ATOMIC64_INIT(i) { (i) } | 211 | #define ATOMIC64_INIT(i) { (i) } |
212 | 212 | ||