commit | e5308436ab7cb4e020b3c5f2f7eef309876dc4ca | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 04 09:48:59 2017 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Dec 04 09:54:08 2017 -0800 |
tree | faba0fe61a645f5d77ba379d9141521080530a54 | |
parent | 821de78ace45d3cd9e3a375f50d8c787a72f9b4b [diff] |
rcu: Fix CPU offload boot message when no CPUs are offloaded In CONFIG_RCU_NOCB_CPU=y kernels, if the boot parameters indicate that none of the CPUs should in fact be offloaded, the following somewhat obtuse message appears: Offload RCU callbacks from CPUs: . This commit therefore makes the message at least grammatically correct in this case: Offload RCU callbacks from CPUs: (none) Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>