commit | 3f5d3ea64f1783f0d4ea0d35890ae3297f045a8b | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Wed May 09 15:39:56 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 12:34:21 2012 -0700 |
tree | 1a472f1a751aa6171f8ab47e083dde4f5125a9b0 | |
parent | 285fe29481d865ae381ad3924c80894e6968c2d8 [diff] |
rcu: Consolidate duplicate callback-list initialization There are a couple of open-coded initializations of the rcu_data structure's RCU callback list. This commit therefore consolidates them into a new init_callback_list() function. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org>