From: Paul E. McKenney Date: Wed, 30 May 2012 10:21:48 +0000 (-0700) Subject: rcu: Split RCU core processing out of __call_rcu() X-Git-Tag: v3.6-rc1~168^2^2~2^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29154c57e35a191c83b19c61b1935c9f21957662;p=pandora-kernel.git rcu: Split RCU core processing out of __call_rcu() The __call_rcu() function is a bit overweight, so this commit splits it into actual enqueuing of and accounting for the callback (__call_rcu()) and associated RCU-core processing (__call_rcu_core()). Signed-off-by: Paul E. McKenney Reviewed-by: Josh Triplett --- Reading git-diff-tree failed