summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-12-10 13:32:19 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2010-12-10 13:32:19 +1100
commit0b5da44e0f98655f120bbcfb96a6f8b0d49b672a (patch)
tree491935ca6d26afbd77082f7e193b85abe5db89a6 /lib
parentec82cb3aa3aa813d2333a74ee9b41942543f188b (diff)
parenta3ba01b63468c925518da2da0ac3be11358f60cb (diff)
Merge remote branch 'bkl-config/config'
Conflicts: arch/powerpc/kernel/setup_64.c include/linux/hardirq.h include/linux/smp_lock.h
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug9
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 28b42b9274d0..968d18392453 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -469,15 +469,6 @@ config DEBUG_MUTEXES
This feature allows mutex semantics violations to be detected and
reported.
-config BKL
- bool "Big Kernel Lock" if (SMP || PREEMPT)
- default y
- help
- This is the traditional lock that is used in old code instead
- of proper locking. All drivers that use the BKL should depend
- on this symbol.
- Say Y here unless you are working on removing the BKL.
-
config DEBUG_LOCK_ALLOC
bool "Lock debugging: detect incorrect freeing of live locks"
depends on DEBUG_KERNEL && TRACE_IRQFLAGS_SUPPORT && STACKTRACE_SUPPORT && LOCKDEP_SUPPORT