commit | 967dcb8fe6a9a75be346400539261e0416baf370 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Nov 25 16:52:36 2015 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Dec 04 12:26:54 2015 -0800 |
tree | d71ae080a4fb422277bdf6e47894caa010479d52 | |
parent | 5a9be7c628c5273f84abacebf7faf2488376e0f0 [diff] |
rcu: Wire up rcu_end_inkernel_boot() This commit adds the invocation of rcu_end_inkernel_boot() just before init is invoked. This allows the CONFIG_RCU_EXPEDITE_BOOT Kconfig option to do something useful and prepares for the upcoming rcupdate.rcu_normal_after_boot kernel parameter. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>