2008-10-23 05:26:29 +00:00
|
|
|
#ifndef _ASM_X86_RWLOCK_H
|
|
|
|
#define _ASM_X86_RWLOCK_H
|
2007-10-15 11:57:47 +00:00
|
|
|
|
|
|
|
#define RW_LOCK_BIAS 0x01000000
|
|
|
|
|
|
|
|
/* Actual code is in asm/spinlock.h or in arch/x86/lib/rwlock.S */
|
|
|
|
|
2008-10-23 05:26:29 +00:00
|
|
|
#endif /* _ASM_X86_RWLOCK_H */
|