commit | 40e0a6cfd53e37d9b8863cdbc0adb1f72e9311e7 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Apr 15 16:44:07 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 14 16:01:42 2016 -0700 |
tree | 2cf31648b111d26fbecd8e3f081dc37e41a69b5a | |
parent | 3549c2bc2c4ea8ecfeb9d21cb81cb00c6002b011 [diff] |
rcu: Move expedited code from tree_plugin.h to tree_exp.h People have been having some difficulty finding their way around the RCU code. This commit therefore pulls some of the expedited grace-period code from tree_plugin.h to a new tree_exp.h file. This commit is strictly code movement. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>