commit | f7b8eb847e35b18d3ec333774691a905bf16017f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jun 24 11:30:32 2016 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Aug 22 09:30:11 2016 -0700 |
tree | 78df7f7491cf7ab1bef598fc3fa8279274f42f27 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc [diff] |
rcu: Consolidate expedited grace period machinery The functions synchronize_rcu_expedited() and synchronize_sched_expedited() have nearly identical code. This commit therefore consolidates this code into a new _synchronize_rcu_expedited() function. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>