|
@@ -737,7 +737,7 @@ choice
|
|
|
|
|
|
config RCU_NOCB_CPU_NONE
|
|
config RCU_NOCB_CPU_NONE
|
|
bool "No build_forced no-CBs CPUs"
|
|
bool "No build_forced no-CBs CPUs"
|
|
- depends on RCU_NOCB_CPU && !NO_HZ_FULL
|
|
|
|
|
|
+ depends on RCU_NOCB_CPU && !NO_HZ_FULL_ALL
|
|
help
|
|
help
|
|
This option does not force any of the CPUs to be no-CBs CPUs.
|
|
This option does not force any of the CPUs to be no-CBs CPUs.
|
|
Only CPUs designated by the rcu_nocbs= boot parameter will be
|
|
Only CPUs designated by the rcu_nocbs= boot parameter will be
|
|
@@ -751,7 +751,7 @@ config RCU_NOCB_CPU_NONE
|
|
|
|
|
|
config RCU_NOCB_CPU_ZERO
|
|
config RCU_NOCB_CPU_ZERO
|
|
bool "CPU 0 is a build_forced no-CBs CPU"
|
|
bool "CPU 0 is a build_forced no-CBs CPU"
|
|
- depends on RCU_NOCB_CPU && !NO_HZ_FULL
|
|
|
|
|
|
+ depends on RCU_NOCB_CPU && !NO_HZ_FULL_ALL
|
|
help
|
|
help
|
|
This option forces CPU 0 to be a no-CBs CPU, so that its RCU
|
|
This option forces CPU 0 to be a no-CBs CPU, so that its RCU
|
|
callbacks are invoked by a per-CPU kthread whose name begins
|
|
callbacks are invoked by a per-CPU kthread whose name begins
|