Re: [patch 07/40] cpu: hotplug: Convert to a state machine for the control processor

2013-02-11 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:17PM -, Thomas Gleixner wrote: > Move the split out steps into a callback array and let the cpu_up/down > code iterate through the array functions. For now most of the > callbacks are asymetric to resemble the current hotplug maze. > > Signed-off-by: Thomas Gleixn

[patch 07/40] cpu: hotplug: Convert to a state machine for the control processor

2013-01-31 Thread Thomas Gleixner
Move the split out steps into a callback array and let the cpu_up/down code iterate through the array functions. For now most of the callbacks are asymetric to resemble the current hotplug maze. Signed-off-by: Thomas Gleixner --- include/linux/cpu.h|4 + include/linux/cpuhotplug.h |