From: Paul E. McKenney Date: Mon, 15 Apr 2013 15:25:27 +0000 (-0700) Subject: rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.h X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~64^2^2^5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f1801a11d5a5313990ac56f5072e6be36994c3;p=pandora-kernel.git rcu: Remove the CONFIG_TINY_RCU ifdefs in rcutiny.h Now that CONFIG_TINY_PREEMPT_RCU is no more, this commit removes the CONFIG_TINY_RCU ifdefs from include/linux/rcutiny.h in favor of unconditionally compiling the CONFIG_TINY_RCU legs of those ifdefs. Signed-off-by: Paul E. McKenney [ paulmck: Moved removal of #else to "Remove TINY_PREEMPT_RCU" as suggested by Josh Triplett. ] Reviewed-by: Josh Triplett --- Reading git-diff-tree failed