mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
rcu: Disambiguate CONFIG_RCU_NOCB_CPUs
This commit fixes a grammar issue in the rcu_nohz_full_cpu() comment header, so that it is clear that the plural is CPUs not Kconfig options. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
88c1863066
commit
52e2bb958a
1 changed files with 1 additions and 1 deletions
|
@ -2893,7 +2893,7 @@ static void rcu_sysidle_init_percpu_data(struct rcu_dynticks *rdtp)
|
||||||
* CPU unless the grace period has extended for too long.
|
* CPU unless the grace period has extended for too long.
|
||||||
*
|
*
|
||||||
* This code relies on the fact that all NO_HZ_FULL CPUs are also
|
* This code relies on the fact that all NO_HZ_FULL CPUs are also
|
||||||
* CONFIG_RCU_NOCB_CPUs.
|
* CONFIG_RCU_NOCB_CPU CPUs.
|
||||||
*/
|
*/
|
||||||
static bool rcu_nohz_full_cpu(struct rcu_state *rsp)
|
static bool rcu_nohz_full_cpu(struct rcu_state *rsp)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue