]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix asm constraints in spinlock_32/64.h
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)
commit6256cacea518bbe7320068d51b1787bb8d61a9e7
treecf689c288fd27991af739c4af6a5e30368ea4348
parent036f197168267b673e508269dd2665cc712d7822
x86: fix asm constraints in spinlock_32/64.h

Use the correct constraints for the spinlock assembler functions.

read (modify) write functions need "+m" instead of "=m"

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