commit | a33fff3a033f2e8a930067ad608c21e1f86bffab | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Wed Jan 30 13:30:34 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Wed Jan 30 13:30:34 2008 +0100 |
tree | cf689c288fd27991af739c4af6a5e30368ea4348 | |
parent | 2fed0c507cf0101d511366f36e8573f403dbfea5 [diff] |
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>