]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Remove obsolete reference to synchronize_kernel()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Mon, 17 Apr 2017 16:59:53 +0000 (09:59 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 8 Jun 2017 15:25:25 +0000 (08:25 -0700)
commitb4232099daded2d1c3f9df1f682454eaf09e6ae0
tree1b07d2e811d41ca4aa8f4a3a5fd78897e12007c5
parent1da74df0f80187d59f17d374d74c5f3c9b12ad8f
rcu: Remove obsolete reference to synchronize_kernel()

The synchronize_kernel() primitive was removed in favor of
synchronize_sched() more than a decade ago, and it seems likely that
rather few kernel hackers are familiar with it.  Its continued presence
is therefore providing more confusion than enlightenment.  This commit
therefore removes the reference from the synchronize_sched() header
comment, and adds the corresponding information to the synchronize_rcu(0
header comment.

Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
kernel/rcu/tree.c
kernel/rcu/tree_plugin.h