summaryrefslogtreecommitdiff
path: root/include/asm-x86/spinlock_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/spinlock_types.h')
-rw-r--r--include/asm-x86/spinlock_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/spinlock_types.h b/include/asm-x86/spinlock_types.h
index 4da9345c1500..9029cf78cf5d 100644
--- a/include/asm-x86/spinlock_types.h
+++ b/include/asm-x86/spinlock_types.h
@@ -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;