From: Paul E. McKenney Date: Thu, 11 Apr 2013 17:15:52 +0000 (-0700) Subject: rcu: Shrink TINY_RCU by moving exit_rcu() X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~64^2^2^5~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2439b696cb5303f1eeb6aeebcee19e0056c3dd6e;p=pandora-kernel.git rcu: Shrink TINY_RCU by moving exit_rcu() Now that TINY_PREEMPT_RCU is no more, exit_rcu() is always an empty function. But if TINY_RCU is going to have an empty function, it should be in include/linux/rcutiny.h, where it does not bloat the kernel. This commit therefore moves exit_rcu() out of kernel/rcupdate.c to kernel/rcutree_plugin.h, and places a static inline empty function in include/linux/rcutiny.h in order to shrink TINY_RCU a bit. Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed