diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index ada48441aff8..c6d95f8ea055 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -396,6 +396,22 @@ config RCU_FANOUT_EXACT | |||
396 | 396 | ||
397 | Say N if unsure. | 397 | Say N if unsure. |
398 | 398 | ||
399 | config RCU_FAST_NO_HZ | ||
400 | bool "Accelerate last non-dyntick-idle CPU's grace periods" | ||
401 | depends on TREE_RCU && NO_HZ && SMP | ||
402 | default n | ||
403 | help | ||
404 | This option causes RCU to attempt to accelerate grace periods | ||
405 | in order to allow the final CPU to enter dynticks-idle state | ||
406 | more quickly. On the other hand, this option increases the | ||
407 | overhead of the dynticks-idle checking, particularly on systems | ||
408 | with large numbers of CPUs. | ||
409 | |||
410 | Say Y if energy efficiency is critically important, particularly | ||
411 | if you have relatively few CPUs. | ||
412 | |||
413 | Say N if you are unsure. | ||
414 | |||
399 | config TREE_RCU_TRACE | 415 | config TREE_RCU_TRACE |
400 | def_bool RCU_TRACE && ( TREE_RCU || TREE_PREEMPT_RCU ) | 416 | def_bool RCU_TRACE && ( TREE_RCU || TREE_PREEMPT_RCU ) |
401 | select DEBUG_FS | 417 | select DEBUG_FS |
@@ -1099,7 +1115,7 @@ config MMAP_ALLOW_UNINITIALIZED | |||
1099 | See Documentation/nommu-mmap.txt for more information. | 1115 | See Documentation/nommu-mmap.txt for more information. |
1100 | 1116 | ||
1101 | config PROFILING | 1117 | config PROFILING |
1102 | bool "Profiling support (EXPERIMENTAL)" | 1118 | bool "Profiling support" |
1103 | help | 1119 | help |
1104 | Say Y here to enable the extended profiling support mechanisms used | 1120 | Say Y here to enable the extended profiling support mechanisms used |
1105 | by profilers such as OProfile. | 1121 | by profilers such as OProfile. |
@@ -1249,4 +1265,8 @@ source "block/Kconfig" | |||
1249 | config PREEMPT_NOTIFIERS | 1265 | config PREEMPT_NOTIFIERS |
1250 | bool | 1266 | bool |
1251 | 1267 | ||
1268 | config PADATA | ||
1269 | depends on SMP | ||
1270 | bool | ||
1271 | |||
1252 | source "kernel/Kconfig.locks" | 1272 | source "kernel/Kconfig.locks" |