[PATCH tip/core/rcu 34/40] srcu: Allow a second bit in rcu_seq for SRCU state

2017-04-12 Thread Paul E. McKenney
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 --- kernel/rcu/rcu.h | 2 +- 1 file changed, 1

[PATCH tip/core/rcu 34/40] srcu: Allow a second bit in rcu_seq for SRCU state

2017-04-12 Thread Paul E. McKenney
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 --- kernel/rcu/rcu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff