Skip to content

Commit

Permalink
[PATCH] Remove references to obsolete kernel config option DEBUG_RWSEMS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Robert P. J. Day authored and Linus Torvalds committed Feb 11, 2007
1 parent 1c6ae7e commit b9b2a70
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit b9b2a70

Please sign in to comment.