aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-07 06:05:21 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-07 06:05:25 -0400
commit6c009ecef8cca28c7c09eb16d0802e37915a76e1 (patch)
tree11c773f780186fdb9fbc9c80a73fb7c8426b1fba /init/Kconfig
parent98c2aaf8be5baf7193be37fb28bce8e7327158bc (diff)
parentd508afb437daee7cf07da085b635c44a4ebf9b38 (diff)
Merge branch 'linus' into perfcounters/core
Merge reason: need the upstream facility added by: 7f1e2ca: hrtimer: fix rq->lock inversion (again) Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 4f647142f2e6..35659ed442e5 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1051,7 +1051,7 @@ source "arch/Kconfig"
1051 1051
1052config SLOW_WORK 1052config SLOW_WORK
1053 default n 1053 default n
1054 bool "Enable slow work thread pool" 1054 bool
1055 help 1055 help
1056 The slow work thread pool provides a number of dynamically allocated 1056 The slow work thread pool provides a number of dynamically allocated
1057 threads that can be used by the kernel to perform operations that 1057 threads that can be used by the kernel to perform operations that
@@ -1061,6 +1061,8 @@ config SLOW_WORK
1061 by a series of mkdirs and a create call, all of which have to touch 1061 by a series of mkdirs and a create call, all of which have to touch
1062 disk. 1062 disk.
1063 1063
1064 See Documentation/slow-work.txt.
1065
1064endmenu # General setup 1066endmenu # General setup
1065 1067
1066config HAVE_GENERIC_DMA_COHERENT 1068config HAVE_GENERIC_DMA_COHERENT