From: Paul E. McKenney Date: Wed, 27 Mar 2013 17:11:15 +0000 (-0700) Subject: rcu: Simplify RCU_TINY RCU callback invocation X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~64^2^2^5~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc5ad32488a75504349372330cc228d4dd678db;p=pandora-kernel.git 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 Reviewed-by: Josh Triplett --- Reading git-diff-tree failed