]> err.no Git - linux-2.6/blobdiff - include/asm-x86_64/atomic.h
[PATCH] sched domain: increase the SMT busy rebalance interval
[linux-2.6] / include / asm-x86_64 / atomic.h
index 626d3715fbb50ae64e41ee7535d10053750e4928..706ca4b60000ec2091efa2a45e096a4f5fef0c5e 100644 (file)
@@ -21,7 +21,7 @@
  * on us. We need to use _exactly_ the address the user gave us,
  * not some alias that contains the same information.
  */
-typedef struct { volatile int counter; } atomic_t;
+typedef struct { int counter; } atomic_t;
 
 #define ATOMIC_INIT(i) { (i) }