| commit | 00f9f2d658b357001f69b7945900d48ae799e3e8 | [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 Jun 04 11:21:03 2012 -0700 |
| tree | 647738cf17550ce17f2bbbb1c098f5c8fa183acd | |
| parent | dacf83b1969876537a4e3d04910e9996aab3ec1c [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>