The patch titled fix rt-mutex defaults and dependencies has been removed from the -mm tree. Its filename is fix-rt-mutex-defaults-and-dependencies.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fix rt-mutex defaults and dependencies From: Roman Zippel <zippel@xxxxxxxxxxxxxx> Fix defaults and dependencies. Signed-off-by: Roman Zippel <zippel@xxxxxxxxxxxxxx> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- lib/Kconfig.debug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN lib/Kconfig.debug~fix-rt-mutex-defaults-and-dependencies lib/Kconfig.debug --- a/lib/Kconfig.debug~fix-rt-mutex-defaults-and-dependencies +++ a/lib/Kconfig.debug @@ -109,7 +109,6 @@ config DEBUG_MUTEXES config DEBUG_RT_MUTEXES bool "RT Mutex debugging, deadlock detection" - default y depends on DEBUG_KERNEL && RT_MUTEXES help This allows rt mutex semantics violations and rt mutex related @@ -122,8 +121,7 @@ config DEBUG_PI_LIST config RT_MUTEX_TESTER bool "Built-in scriptable tester for rt-mutexes" - depends on RT_MUTEXES - default n + depends on DEBUG_KERNEL && RT_MUTEXES help This option enables a rt-mutex tester. _ Patches currently in -mm which might be from zippel@xxxxxxxxxxxxxx are origin.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html