Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h) | Linus Torvalds | 2006-01-11 |
| | | | | | | | | | 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> | ||
* | [PATCH] mutex subsystem, add include/asm-x86_64/mutex.h | Ingo Molnar | 2006-01-09 |
add the x86_64 version of mutex.h, optimized in assembly. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Arjan van de Ven <arjan@infradead.org> |