commit | bb4e2c08bbfa8eb032db7814f6100086aac102d3 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jan 06 22:04:22 2017 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jan 23 11:37:14 2017 -0800 |
tree | 9f5f9cf8d14f4fb6e70dc72061d6c793032b3625 | |
parent | d78973c32a210b0057b51880f7119bf2b61d5a65 [diff] |
rcu: Eliminate unused expedited_normal counter Expedited grace periods no longer fall back to normal grace periods in response to lock contention, given that expedited grace periods now use the rcu_node tree so as to avoid contention. This commit therfore removes the expedited_normal counter. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>