rcu/nocb: Leave ->cblist enabled for no-CBs CPUs
authorPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 14 May 2019 16:50:49 +0000 (09:50 -0700)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Tue, 13 Aug 2019 21:35:49 +0000 (14:35 -0700)
commite83e73f5b0f8de6a8978ba64185e80fdf48a2a63
tree2b866639f7c568562963466baa65ce4980821cb4
parente6060b41c9955374079926a7612b857a8458ed1f
rcu/nocb: Leave ->cblist enabled for no-CBs CPUs

As a first step towards making no-CBs CPUs use the ->cblist, this commit
leaves the ->cblist enabled for these CPUs.  The main reason to make
no-CBs CPUs use ->cblist is to take advantage of callback numbering,
which will reduce the effects of missed grace periods which in turn will
reduce forward-progress problems for no-CBs CPUs.

Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcu_segcblist.c
kernel/rcu/rcu_segcblist.h
kernel/rcu/tree.c
kernel/rcu/tree.h
kernel/rcu/tree_plugin.h