diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-07-16 02:41:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-16 12:05:49 -0400 |
commit | 36cf3b5c3b7228bcf5124c530d50080b61a59f69 (patch) | |
tree | c131870530e22371da47ad7b717f61d7cb00a84e /kernel/rtmutex.c | |
parent | 0746aec3c75f23de0148774ac50cf73161f09d68 (diff) |
FUTEX: Tidy up the code
The recent PRIVATE and REQUEUE_PI changes to the futex code made it hard to
read. Tidy it up.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/rtmutex.c')
-rw-r--r-- | kernel/rtmutex.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/rtmutex.c b/kernel/rtmutex.c index 17d28ce20300..8cd9bd2cdb34 100644 --- a/kernel/rtmutex.c +++ b/kernel/rtmutex.c | |||
@@ -17,12 +17,6 @@ | |||
17 | 17 | ||
18 | #include "rtmutex_common.h" | 18 | #include "rtmutex_common.h" |
19 | 19 | ||
20 | #ifdef CONFIG_DEBUG_RT_MUTEXES | ||
21 | # include "rtmutex-debug.h" | ||
22 | #else | ||
23 | # include "rtmutex.h" | ||
24 | #endif | ||
25 | |||
26 | /* | 20 | /* |
27 | * lock->owner state tracking: | 21 | * lock->owner state tracking: |
28 | * | 22 | * |