Re: [mm PATCH 3/6] RCU: Fix barriers

2007-01-16 Thread Paul E. McKenney
On Tue, Jan 16, 2007 at 12:54:46AM +0530, Dipankar Sarma wrote: > > > Fix rcu_barrier() to work properly in preemptive kernel environment. > Also, the ordering of callback must be preserved while moving > callbacks to another CPU during CPU hotplug. Acked-by: Paul E. McKenney <[EMAIL PROTECTED]>

Re: [mm PATCH 3/6] RCU: Fix barriers

2007-01-15 Thread Dipankar Sarma
Fix rcu_barrier() to work properly in preemptive kernel environment. Also, the ordering of callback must be preserved while moving callbacks to another CPU during CPU hotplug. Signed-off-by: Dipankar Sarma <[EMAIL PROTECTED]> --- diff -puN kernel/rcuclassic.c~rcu-fix-barriers kernel/rcuclassi