commit | b9585e940a0d78770cda8f9aebf81b17b4d19e6d | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Jul 31 16:04:45 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 20 21:16:18 2015 -0700 |
tree | 393ed9b496b85179ebf4112fc9d11d8b4f1de5a2 | |
parent | 7922cd0e562cb2b8da2c8a0afda2e1c9bb4a94e2 [diff] |
rcu: Consolidate tree setup for synchronize_rcu_expedited() This commit replaces sync_rcu_preempt_exp_init1(() and sync_rcu_preempt_exp_init2() with sync_exp_reset_tree_hotplug() and sync_exp_reset_tree(), which will also be used by synchronize_sched_expedited(), and sync_rcu_exp_select_nodes(), which contains code specific to synchronize_rcu_expedited(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>