From a965860a9de3b8b5ad35828b36e8dccf628f4899 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 10 Feb 2007 01:46:27 -0800 Subject: [PATCH] --- yaml --- r: 47613 b: refs/heads/master c: b9b2a700378016cead20f34232be87eea45087d2 h: refs/heads/master i: 47611: d467d4733103d7aa82a3c8f5a1c71e8986f0ab20 v: v3 --- [refs] | 2 +- trunk/lib/Kconfig.debug | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 2b4a663fc649..f513786f9d54 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1c6ae7ecd21fbb655ea96a7e9798bedb2917ef91 +refs/heads/master: b9b2a700378016cead20f34232be87eea45087d2 diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index 5c2681875b9a..356a5ab8279c 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -181,19 +181,11 @@ config DEBUG_MUTEXES This feature allows mutex semantics violations to be detected and reported. -config DEBUG_RWSEMS - bool "RW-sem debugging: basic checks" - depends on DEBUG_KERNEL - help - This feature allows read-write semaphore semantics violations to - be detected and reported. - config DEBUG_LOCK_ALLOC bool "Lock debugging: detect incorrect freeing of live locks" depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT select DEBUG_SPINLOCK select DEBUG_MUTEXES - select DEBUG_RWSEMS select LOCKDEP help This feature will check whether any held lock (spinlock, rwlock, @@ -209,7 +201,6 @@ config PROVE_LOCKING select LOCKDEP select DEBUG_SPINLOCK select DEBUG_MUTEXES - select DEBUG_RWSEMS select DEBUG_LOCK_ALLOC default n help