Commit 2342e51ba2b52a7f5b78227e6faa4603ed3632a0

Authored by Matthew Wilcox
Committed by Matthew Wilcox
1 parent 714493cd54

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>

Showing 1 changed file with 0 additions and 10 deletions Side-by-side Diff

... ... @@ -265,16 +265,6 @@
265 265 This feature allows mutex semantics violations to be detected and
266 266 reported.
267 267  
268   -config DEBUG_SEMAPHORE
269   - bool "Semaphore debugging"
270   - depends on DEBUG_KERNEL
271   - depends on ALPHA || FRV
272   - default n
273   - help
274   - If you say Y here then semaphore processing will issue lots of
275   - verbose debugging messages. If you suspect a semaphore problem or a
276   - kernel hacker asks for this option then say Y. Otherwise say N.
277   -
278 268 config DEBUG_LOCK_ALLOC
279 269 bool "Lock debugging: detect incorrect freeing of live locks"
280 270 depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT