diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 22616cd434bc..c8bd349eb638 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -655,7 +655,7 @@ config RCU_BOOST_DELAY | |||
655 | Accept the default if unsure. | 655 | Accept the default if unsure. |
656 | 656 | ||
657 | config RCU_NOCB_CPU | 657 | config RCU_NOCB_CPU |
658 | bool "Offload RCU callback processing from boot-selected CPUs" | 658 | bool "Offload RCU callback processing from boot-selected CPUs (EXPERIMENTAL" |
659 | depends on TREE_RCU || TREE_PREEMPT_RCU | 659 | depends on TREE_RCU || TREE_PREEMPT_RCU |
660 | default n | 660 | default n |
661 | help | 661 | help |
@@ -673,7 +673,7 @@ config RCU_NOCB_CPU | |||
673 | callback, and (2) affinity or cgroups can be used to force | 673 | callback, and (2) affinity or cgroups can be used to force |
674 | the kthreads to run on whatever set of CPUs is desired. | 674 | the kthreads to run on whatever set of CPUs is desired. |
675 | 675 | ||
676 | Say Y here if you want reduced OS jitter on selected CPUs. | 676 | Say Y here if you want to help to debug reduced OS jitter. |
677 | Say N here if you are unsure. | 677 | Say N here if you are unsure. |
678 | 678 | ||
679 | endmenu # "RCU Subsystem" | 679 | endmenu # "RCU Subsystem" |