x86: use immediates instead of RW_LOCK_BIAS_STR
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:34 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:34 +0000 (13:30 +0100)
commit6514f93a2ce643ef5914eae7ce49b978e1d356aa
tree048b77dbd62677bdcaba692e626dfc070ef0d28f
parenta33fff3a033f2e8a930067ad608c21e1f86bffab
x86: use immediates instead of RW_LOCK_BIAS_STR

Use immediate instead of the RW_LOCK_BIAS_STR.
Makes the code more readable and gets rid of the string constant.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/rwlock.h
include/asm-x86/spinlock_32.h
include/asm-x86/spinlock_64.h