H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 1 | #ifndef _ASM_X86_RWLOCK_H |
2 | #define _ASM_X86_RWLOCK_H | ||||
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 3 | |
4 | #define RW_LOCK_BIAS 0x01000000 | ||||
Thomas Gleixner | 003a46c | 2007-10-15 13:57:47 +0200 | [diff] [blame] | 5 | |
6 | /* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */ | ||||
7 | |||||
H. Peter Anvin | 1965aae | 2008-10-22 22:26:29 -0700 | [diff] [blame] | 8 | #endif /* _ASM_X86_RWLOCK_H */ |