summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-10-21 16:09:22 +0200
committerIngo Molnar <mingo@elte.hu>2008-10-21 16:09:22 +0200
commit22c7cf7f3ebd9aa18bd7ff35fae0852a758cb731 (patch)
treec3820cf65823c6286954f31053d604e737c60b5c /lib
parent10b34fb98e19fb559975422c6276d137f397557e (diff)
parent6003ab0bad4cc56f3c4fadf62a0d23a967b9c53b (diff)
Merge branch 'core/debug' into auto-core-next
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index b0f239e443bc..1e3fd3e3436a 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -545,6 +545,16 @@ config DEBUG_SG
If unsure, say N.
+config DEBUG_NOTIFIERS
+ bool "Debug notifier call chains"
+ depends on DEBUG_KERNEL
+ help
+ Enable this to turn on sanity checking for notifier call chains.
+ This is most useful for kernel developers to make sure that
+ modules properly unregister themselves from notifier chains.
+ This is a relatively cheap check but if you care about maximum
+ performance, say N.
+
config FRAME_POINTER
bool "Compile the kernel with frame pointers"
depends on DEBUG_KERNEL && \