]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/spinlock_types.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6-omap-h63xx.git] / include / asm-x86 / spinlock_types.h
index 4da9345c15001803a3e7786811f685a0ec5c4616..9029cf78cf5dce2ece4ede3251a300697d74f9b2 100644 (file)
@@ -9,7 +9,7 @@ typedef struct {
        unsigned int slock;
 } raw_spinlock_t;
 
-#define __RAW_SPIN_LOCK_UNLOCKED       { 1 }
+#define __RAW_SPIN_LOCK_UNLOCKED       { 0 }
 
 typedef struct {
        unsigned int lock;