[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)
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]

Simple merge
diff --cc kernel/Makefile
Simple merge
diff --cc kernel/mutex.c
Simple merge
diff --cc kernel/mutex.h
Simple merge