[PATCH RFC tip/core/rcu 1/7] rcu: Abstract default callback-list initialization from init_callback_list()

2015-01-21 Thread Paul E. McKenney
From: "Paul E. McKenney" In preparation for early-boot posting of callbacks, this commit abstracts initialization of the default (non-no-CB) callbacks list from the init_callback_list() function into a new init_default_callback_list() function. Signed-off-by: Paul E. McKenney ---

[PATCH RFC tip/core/rcu 1/7] rcu: Abstract default callback-list initialization from init_callback_list()

2015-01-21 Thread Paul E. McKenney
From: Paul E. McKenney paul...@linux.vnet.ibm.com In preparation for early-boot posting of callbacks, this commit abstracts initialization of the default (non-no-CB) callbacks list from the init_callback_list() function into a new init_default_callback_list() function. Signed-off-by: Paul E.