diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig index 706728be312f..0aa6579504cc 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -331,7 +331,8 @@ config TREE_PREEMPT_RCU | |||
331 | This option selects the RCU implementation that is | 331 | This option selects the RCU implementation that is |
332 | designed for very large SMP systems with hundreds or | 332 | designed for very large SMP systems with hundreds or |
333 | thousands of CPUs, but for which real-time response | 333 | thousands of CPUs, but for which real-time response |
334 | is also required. | 334 | is also required. It also scales down nicely to |
335 | smaller systems. | ||
335 | 336 | ||
336 | endchoice | 337 | endchoice |
337 | 338 | ||
@@ -1071,13 +1072,6 @@ config PROFILING | |||
1071 | config TRACEPOINTS | 1072 | config TRACEPOINTS |
1072 | bool | 1073 | bool |
1073 | 1074 | ||
1074 | config MARKERS | ||
1075 | bool "Activate markers" | ||
1076 | select TRACEPOINTS | ||
1077 | help | ||
1078 | Place an empty function call at each marker site. Can be | ||
1079 | dynamically changed for a probe function. | ||
1080 | |||
1081 | source "arch/Kconfig" | 1075 | source "arch/Kconfig" |
1082 | 1076 | ||
1083 | config SLOW_WORK | 1077 | config SLOW_WORK |