[PATCH] [POWERPC] iSeries: fix unregistering HV event handlers.

2007-12-11 Thread Stephen Rothwell
Commit fbd568a3e61a7decb8a754ad952aaa5b5c82e9e5 (Change synchronize_kernel to _rcu and _sched) changed the deprecated synchronize_kernel() in HvLpEvent_unregisterHandler() to synchronize_rcu(). It turns out that it should have been synchronize_sched(). Signed-off-by: Stephen Rothwell [EMAIL

Re: [PATCH] [POWERPC] iSeries: fix unregistering HV event handlers.

2007-12-11 Thread Paul E. McKenney
On Wed, Dec 12, 2007 at 03:00:56PM +1100, Stephen Rothwell wrote: Commit fbd568a3e61a7decb8a754ad952aaa5b5c82e9e5 (Change synchronize_kernel to _rcu and _sched) changed the deprecated synchronize_kernel() in HvLpEvent_unregisterHandler() to synchronize_rcu(). It turns out that it should have