commit | 5998a75adbf4f85e63b06fa7723633cc84d7129b | [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:48 2018 -0700 |
tree | f72707b2bfdb44a1de1dd7380408632b87f889bb | |
parent | 0fd79e7521bc944522c3c97f40f3d25619e329f4 [diff] |
rcu: Switch last accelerate/advance to rcu_data structure This commit removes ->last_accelerate and ->last_advance_all 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>