From: Paul E. McKenney Date: Fri, 2 Apr 2010 23:17:17 +0000 (-0700) Subject: rcu: slim down rcutiny by removing rcu_scheduler_active and friends X-Git-Tag: v2.6.35-rc1~524^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbad937983147c017c25406860287cb94da9af7c;p=pandora-kernel.git rcu: slim down rcutiny by removing rcu_scheduler_active and friends TINY_RCU does not need rcu_scheduler_active unless CONFIG_DEBUG_LOCK_ALLOC. So conditionally compile rcu_scheduler_active in order to slim down rcutiny a bit more. Also gets rid of an EXPORT_SYMBOL_GPL, which is responsible for most of the slimming. Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed