mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
[PATCH] Fix typo in x86_64 __build_write_lock_const assembly
Based on __build_read_lock_const, this looked like a bug. [ Indeed. Maybe nobody uses this version? Worth fixing up anyway ] Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
c660439ba9
commit
e5c34a57c8
@ -64,7 +64,7 @@
|
|||||||
::"a" (rw) : "memory")
|
::"a" (rw) : "memory")
|
||||||
|
|
||||||
#define __build_write_lock_const(rw, helper) \
|
#define __build_write_lock_const(rw, helper) \
|
||||||
asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",(%0)\n\t" \
|
asm volatile(LOCK "subl $" RW_LOCK_BIAS_STR ",%0\n\t" \
|
||||||
"jnz 2f\n" \
|
"jnz 2f\n" \
|
||||||
"1:\n" \
|
"1:\n" \
|
||||||
LOCK_SECTION_START("") \
|
LOCK_SECTION_START("") \
|
||||||
|
Loading…
Reference in New Issue
Block a user