commit | 2dba13f0b6c2b26ff371b8927ac58d20a7d94713 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Aug 03 21:00:38 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:50 2018 -0700 |
tree | fa3fcb58680ea2b5afc82f91b4d148234ea78114 | |
parent | c458a89e964dbf3c56b23eca2018bd0e2380969d [diff] |
rcu: Switch urgent quiescent-state requests to rcu_data structure This commit removes ->rcu_need_heavy_qs and ->rcu_urgent_qs from the rcu_dynticks structure and updates the code to access them from the rcu_data structure. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>