hrtimer: fix *rmtp handling in hrtimer_nanosleep()
[pandora-kernel.git] / include / asm-x86 / atomic_64.h
index f2e6463..2d20a7a 100644 (file)
@@ -206,7 +206,7 @@ static __inline__ int atomic_sub_return(int i, atomic_t *v)
 
 /* An 64bit atomic type */
 
-typedef struct { volatile long counter; } atomic64_t;
+typedef struct { long counter; } atomic64_t;
 
 #define ATOMIC64_INIT(i)       { (i) }