commit | e83e73f5b0f8de6a8978ba64185e80fdf48a2a63 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Tue May 14 09:50:49 2019 -0700 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Tue Aug 13 14:35:49 2019 -0700 |
tree | 2b866639f7c568562963466baa65ce4980821cb4 | |
parent | e6060b41c9955374079926a7612b857a8458ed1f [diff] |
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>