summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-11-30 15:59:47 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-11-30 15:59:47 +1100
commitf2c31d85b77ce3f1cf0828bd5a7a13cf1cd24c56 (patch)
treed7bc1cf8697de4821076d4173db1b1fe3b174a13 /lib
parentc6e55a2dd3fe2d48b8f22553d404c96d61d57904 (diff)
parent9fe828124d21c282fe5eeb4096ebf351a436a18f (diff)
Merge remote branch 'workqueues/for-next'
Conflicts: init/Kconfig kernel/sched.c
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a24efcc3e6f0..62a33f3a2b49 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -298,6 +298,14 @@ config DEBUG_OBJECTS_TIMERS
timer routines to track the life time of timer objects and
validate the timer operations.
+config DEBUG_OBJECTS_WORK
+ bool "Debug work objects"
+ depends on DEBUG_OBJECTS
+ help
+ If you say Y here, additional code will be inserted into the
+ work queue routines to track the life time of work objects and
+ validate the work operations.
+
config DEBUG_OBJECTS_ENABLE_DEFAULT
int "debug_objects bootup default value (0-1)"
range 0 1