[PATCH] mutex subsystem, core
authorIngo Molnar <mingo@elte.hu>
Mon, 9 Jan 2006 23:59:19 +0000 (15:59 -0800)
committerIngo Molnar <mingo@hera.kernel.org>
Mon, 9 Jan 2006 23:59:19 +0000 (15:59 -0800)
commit6053ee3b32e3437e8c1e72687850f436e779bd49
treebb845004eb66554c569bc53a1efc87365c8a3cbe
parent2acbb8c657af86b2fa5b185f1d7048385e310585
[PATCH] mutex subsystem, core

mutex implementation, core files: just the basic subsystem, no users of it.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@infradead.org>
include/linux/mutex.h [new file with mode: 0644]
kernel/Makefile
kernel/mutex.c [new file with mode: 0644]
kernel/mutex.h [new file with mode: 0644]