commit | dcdb8807ba0f5127d4dc67daeeb154edf50a93d1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Aug 15 19:00:31 2015 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 07 16:02:50 2015 -0700 |
tree | e303f8279f7a4e0f13d72f092fb6d52091b88320 | |
parent | 66fe6cbee44e3f78d05882195a6a38e30b97b936 [diff] |
rcu: Consolidate expedited CPU selection Now that sync_sched_exp_select_cpus() and sync_rcu_exp_select_cpus() are identical aside from the the argument to smp_call_function_single(), this commit consolidates them with a functional argument. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>