]> git.baikalelectronics.ru Git - kernel.git/commit
Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 23:50:47 +0000 (15:50 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Jan 2006 23:50:47 +0000 (15:50 -0800)
commitb4801e290c7209b2de8f8358e8ffd60cbf1699c5
tree1113096b2aa214f456cfecbbd5974e7efe8f6b27
parent27d661dad6656bb13ff331eff10bbf684d672230
Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h)

Noticed by Arjan originally on x86-64, then Ingo on x86, and finally me
grepping for it in the generic version.

Bad parenthesis nesting.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-generic/mutex-dec.h
include/asm-i386/mutex.h
include/asm-x86_64/mutex.h