commit | 29154c57e35a191c83b19c61b1935c9f21957662 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 30 03:21:48 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 12:34:24 2012 -0700 |
tree | e761fdd59279de1e8c45bb42b40361c8bc4ff04d | |
parent | a16b7a693430406dc229ab0c6b154f669a2031c5 [diff] |
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 <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>