diff options
author | Matthew Wilcox <matthew@wil.cx> | 2008-04-17 10:53:01 -0400 |
---|---|---|
committer | Matthew Wilcox <willy@linux.intel.com> | 2008-04-17 10:53:01 -0400 |
commit | 2342e51ba2b52a7f5b78227e6faa4603ed3632a0 (patch) | |
tree | 3976ca80e2d452c4867fbff4278241f6c68cfa90 /lib/Kconfig.debug | |
parent | 714493cd5468f42ca3c4f730a9c17c203abd5059 (diff) | |
download | linux-2342e51ba2b52a7f5b78227e6faa4603ed3632a0.tar.gz linux-2342e51ba2b52a7f5b78227e6faa4603ed3632a0.tar.bz2 linux-2342e51ba2b52a7f5b78227e6faa4603ed3632a0.zip |
Remove DEBUG_SEMAPHORE from Kconfig
Alpha and FRV mutexes had an option to print lots of debugging messages
in their semaphore implementation. This feature has not been carried
over to the generic semaphores, so remove the stale Kconfig option.
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0796c1a090c0..099cb7bec9c7 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -265,16 +265,6 @@ config DEBUG_MUTEXES This feature allows mutex semantics violations to be detected and reported. -config DEBUG_SEMAPHORE - bool "Semaphore debugging" - depends on DEBUG_KERNEL - depends on ALPHA || FRV - default n - help - If you say Y here then semaphore processing will issue lots of - verbose debugging messages. If you suspect a semaphore problem or a - kernel hacker asks for this option then say Y. Otherwise say N. - config DEBUG_LOCK_ALLOC bool "Lock debugging: detect incorrect freeing of live locks" depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT |