commit | f1ec57a462314f3d1cd0c9c8a04979228aa9d38c | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Mar 21 10:35:57 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Apr 18 11:38:21 2017 -0700 |
tree | 1b4e665154ffa4d2f7106c67d40e89db699e65fc | |
parent | 031aeee000e895247eafa4233c2d193dd39d4ea2 [diff] |
srcu: Allow a second bit in rcu_seq for SRCU state This commit increases the number of reserved bits at the bottom of an rcu_seq grace-period counter from one to two, as will be needed to accommodate SRCU's three-state grace periods. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>