]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Simplify RCU_TINY RCU callback invocation
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 27 Mar 2013 17:11:15 +0000 (10:11 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 May 2013 21:00:44 +0000 (14:00 -0700)
commitb69ec278bafadb83463438cb9b790568ce4a5213
tree6cb4d513c34332a24fdaff2b68a37c6fb5e5cd0a
parentb1ad93dbd4885054d8278d38891978bb76fc7bee
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>
include/linux/rcupdate.h
include/linux/rcutiny.h
include/linux/rcutree.h
kernel/rcutiny.c
kernel/rcutiny_plugin.h