aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/rwlock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/rwlock.h')
-rw-r--r--include/asm-x86/rwlock.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-x86/rwlock.h b/include/asm-x86/rwlock.h
new file mode 100644
index 00000000000..f2b64a429e6
--- /dev/null
+++ b/include/asm-x86/rwlock.h
@@ -0,0 +1,9 @@
+#ifndef _ASM_X86_RWLOCK_H
+#define _ASM_X86_RWLOCK_H
+
+#define RW_LOCK_BIAS 0x01000000
+#define RW_LOCK_BIAS_STR "0x01000000"
+
+/* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */
+
+#endif /* _ASM_X86_RWLOCK_H */