diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-04-07 06:05:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-04-07 06:05:25 -0400 |
commit | 6c009ecef8cca28c7c09eb16d0802e37915a76e1 (patch) | |
tree | 11c773f780186fdb9fbc9c80a73fb7c8426b1fba /init | |
parent | 98c2aaf8be5baf7193be37fb28bce8e7327158bc (diff) | |
parent | d508afb437daee7cf07da085b635c44a4ebf9b38 (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')
-rw-r--r-- | init/Kconfig | 4 |
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 | ||
1052 | config SLOW_WORK | 1052 | config 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 | |||
1064 | endmenu # General setup | 1066 | endmenu # General setup |
1065 | 1067 | ||
1066 | config HAVE_GENERIC_DMA_COHERENT | 1068 | config HAVE_GENERIC_DMA_COHERENT |