Re: [patch 03/40] stop_machine: Use smpboot threads

2013-02-08 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:14PM -, Thomas Gleixner wrote: > Use the smpboot thread infrastructure. Mark the stopper thread > selfparking and park it after it has finished the take_cpu_down() > work. > > Signed-off-by: Thomas Gleixner One grammar nit, other than that: Reviewed-by: Paul E.

[patch 03/40] stop_machine: Use smpboot threads

2013-01-31 Thread Thomas Gleixner
Use the smpboot thread infrastructure. Mark the stopper thread selfparking and park it after it has finished the take_cpu_down() work. Signed-off-by: Thomas Gleixner --- kernel/cpu.c |2 kernel/stop_machine.c | 134 ++ 2 files change