[PATCH] pi-futex: rt mutex core
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jun 2006 09:54:53 +0000 (02:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 28 Jun 2006 00:32:47 +0000 (17:32 -0700)
commit23f78d4a03c53cbd75d87a795378ea540aa08c86
tree27dfe06337990911380fe8c5949ae9acd8e9568a
parentb29739f902ee76a05493fb7d2303490fc75364f4
[PATCH] pi-futex: rt mutex core

Core functions for the rt-mutex subsystem.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/init_task.h
include/linux/rtmutex.h [new file with mode: 0644]
include/linux/sched.h
include/linux/sysctl.h
init/Kconfig
kernel/Makefile
kernel/fork.c
kernel/rtmutex.c [new file with mode: 0644]
kernel/rtmutex.h [new file with mode: 0644]
kernel/rtmutex_common.h [new file with mode: 0644]
kernel/sysctl.c