aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@mindspring.com>2007-02-10 04:46:27 -0500
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-02-11 14:18:06 -0500
commitb9b2a700378016cead20f34232be87eea45087d2 (patch)
tree8f4bac89040f0e25d766acb9707eaff3d96e0fc5 /lib
parent1c6ae7ecd21fbb655ea96a7e9798bedb2917ef91 (diff)
[PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMS
Remove the few references to the obsolete kernel config option DEBUG_RWSEMS. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 5c2681875b9..356a5ab8279 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -181,19 +181,11 @@ config DEBUG_MUTEXES
181 This feature allows mutex semantics violations to be detected and 181 This feature allows mutex semantics violations to be detected and
182 reported. 182 reported.
183 183
184config DEBUG_RWSEMS
185 bool "RW-sem debugging: basic checks"
186 depends on DEBUG_KERNEL
187 help
188 This feature allows read-write semaphore semantics violations to
189 be detected and reported.
190
191config DEBUG_LOCK_ALLOC 184config DEBUG_LOCK_ALLOC
192 bool "Lock debugging: detect incorrect freeing of live locks" 185 bool "Lock debugging: detect incorrect freeing of live locks"
193 depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT 186 depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT
194 select DEBUG_SPINLOCK 187 select DEBUG_SPINLOCK
195 select DEBUG_MUTEXES 188 select DEBUG_MUTEXES
196 select DEBUG_RWSEMS
197 select LOCKDEP 189 select LOCKDEP
198 help 190 help
199 This feature will check whether any held lock (spinlock, rwlock, 191 This feature will check whether any held lock (spinlock, rwlock,
@@ -209,7 +201,6 @@ config PROVE_LOCKING
209 select LOCKDEP 201 select LOCKDEP
210 select DEBUG_SPINLOCK 202 select DEBUG_SPINLOCK
211 select DEBUG_MUTEXES 203 select DEBUG_MUTEXES
212 select DEBUG_RWSEMS
213 select DEBUG_LOCK_ALLOC 204 select DEBUG_LOCK_ALLOC
214 default n 205 default n
215 help 206 help