X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fspinlock_types.h;h=4da9345c15001803a3e7786811f685a0ec5c4616;hb=5b982c5bb7db5cfbc15236d9d45cec32e5472ed5;hp=59efe849f351f0bc556b73e1f54dcfec1d09463a;hpb=35d91f75c2c9548e606e813413f03c5cc35da969;p=powerpc.git diff --git a/include/asm-x86_64/spinlock_types.h b/include/asm-x86_64/spinlock_types.h index 59efe849f3..4da9345c15 100644 --- a/include/asm-x86_64/spinlock_types.h +++ b/include/asm-x86_64/spinlock_types.h @@ -6,13 +6,13 @@ #endif typedef struct { - volatile unsigned int slock; + unsigned int slock; } raw_spinlock_t; #define __RAW_SPIN_LOCK_UNLOCKED { 1 } typedef struct { - volatile unsigned int lock; + unsigned int lock; } raw_rwlock_t; #define __RAW_RW_LOCK_UNLOCKED { RW_LOCK_BIAS }