diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-10 09:35:44 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-10 09:35:44 -0800 |
commit | d71cb81af3817193bc605de061da0499934263a6 (patch) | |
tree | f7ff95e0cf0cdf00234be29ba4050135314ab859 /lib | |
parent | ab1831b0b87851c874a75e4b3a8538e3d76b37d7 (diff) | |
parent | dc186ad741c12ae9ecac8b89e317ef706fdaf8f6 (diff) | |
download | op-kernel-dev-d71cb81af3817193bc605de061da0499934263a6.zip op-kernel-dev-d71cb81af3817193bc605de061da0499934263a6.tar.gz |
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq:
workqueue: Add debugobjects support
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 96c620a..2f22cf4 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 |