commit | 4e284b1bf15af782d379bd0b8db6dade72cdef8e | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Wed Jan 09 15:22:03 2019 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Wed Jan 09 15:29:39 2019 -0800 |
tree | 96058b5de02b5315e1f1a12c371fc8c7000ddba1 | |
parent | 0dee5df97a0e14c30461eb57be0aae6e6c1b9ee3 [diff] |
rcu: Remove wrapper definitions for obsolete RCU update functions None of synchronize_rcu_bh, synchronize_rcu_bh_expedited, call_rcu_bh, rcu_barrier_bh, synchronize_sched, synchronize_sched_expedited, call_rcu_sched, rcu_barrier_sched, get_state_synchronize_sched, and cond_synchronize_sched are actually used. This commit therefore removes their trivial wrapper-function definitions. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>