Re: [patch 06/40] cpu: hotplug: Split out cpu down functions

2013-02-08 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:16PM -, Thomas Gleixner wrote: > Split cpu_down in separate functions in preparation for state machine > conversion. > > Signed-off-by: Thomas Gleixner Reviewed-by: Paul E. McKenney > --- > kernel/cpu.c | 83 > +-

[patch 06/40] cpu: hotplug: Split out cpu down functions

2013-01-31 Thread Thomas Gleixner
Split cpu_down in separate functions in preparation for state machine conversion. Signed-off-by: Thomas Gleixner --- kernel/cpu.c | 83 +-- 1 file changed, 53 insertions(+), 30 deletions(-) Index: linux-2.6/kernel/cpu.c =