Re: [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()

2013-02-10 Thread Srivatsa S. Bhat
On 02/09/2013 05:44 AM, Paul E. McKenney wrote: > On Tue, Jan 22, 2013 at 01:06:34PM +0530, Srivatsa S. Bhat wrote: >> Don't refer to stop_machine() in the CPU hotplug path, since we are going >> to get rid of it. Also, move the comment referring to callback adoption >> to the CPU_DEAD case, becaus

Re: [PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()

2013-02-08 Thread Paul E. McKenney
On Tue, Jan 22, 2013 at 01:06:34PM +0530, Srivatsa S. Bhat wrote: > Don't refer to stop_machine() in the CPU hotplug path, since we are going > to get rid of it. Also, move the comment referring to callback adoption > to the CPU_DEAD case, because that's where it happens now. > > Signed-off-by: Sr

[PATCH v5 14/45] rcu, CPU hotplug: Fix comment referring to stop_machine()

2013-01-21 Thread Srivatsa S. Bhat
Don't refer to stop_machine() in the CPU hotplug path, since we are going to get rid of it. Also, move the comment referring to callback adoption to the CPU_DEAD case, because that's where it happens now. Signed-off-by: Srivatsa S. Bhat --- kernel/rcutree.c |9 - 1 file changed, 4 i