]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Remove DEBUG_SEMAPHORE from Kconfig
authorMatthew Wilcox <matthew@wil.cx>
Thu, 17 Apr 2008 14:53:01 +0000 (10:53 -0400)
committerMatthew Wilcox <willy@linux.intel.com>
Thu, 17 Apr 2008 14:53:01 +0000 (10:53 -0400)
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>
lib/Kconfig.debug

index 0796c1a090c029db5d038020ae52684ee423c2e3..099cb7bec9c7b3f50d68aa509350010b4a1f9697 100644 (file)
@@ -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