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>

No differences found