rcu: Fix obsolete rcu_initiate_boost() header comment
authorPaul E. McKenney <paul.mckenney@linaro.org>
Wed, 1 Aug 2012 22:57:54 +0000 (15:57 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 23 Sep 2012 14:42:50 +0000 (07:42 -0700)
commitb065a85354239cc96295f696eeace67ad3a55e5c
tree3f1d429c803ddf21c8bc0583711ba0d9e3ee4fab
parenta82dcc76021e22c174ba85d90b7a8c750b7362d0
rcu: Fix obsolete rcu_initiate_boost() header comment

Commit 1217ed1b (rcu: permit rcu_read_unlock() to be called while holding
runqueue locks) made rcu_initiate_boost() restore irq state when releasing
the rcu_node structure's ->lock, but failed to update the header comment
accordingly.  This commit therefore brings the header comment up to date.

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>
kernel/rcutree_plugin.h