commit | 9dc5ad32488a75504349372330cc228d4dd678db | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Mar 27 10:11:15 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jun 10 13:45:51 2013 -0700 |
tree | 794a5a4ac485fa4e6141dc6f14d23b0963c4bbab | |
parent | 58c4e69d43df91fd6a55bc070474aad6b7cfb18d [diff] |
rcu: Simplify RCU_TINY RCU callback invocation TINY_PREEMPT_RCU could use a kthread to handle RCU callback invocation, which required an API to abstract kthread vs. softirq invocation. Now that TINY_PREEMPT_RCU is no longer with us, this commit retires this API in favor of direct use of the relevant softirq primitives. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>