Re: [patch 08/40] cpu: hotplug: Convert the hotplugged processor work to a state machine

2013-02-11 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:18PM -, Thomas Gleixner wrote: > Move the functions which need to run on the hotplugged processor into > a state machine array and let the code iterate through these functions. > > In a later state, this will grow synchronization points between the > control proce

[patch 08/40] cpu: hotplug: Convert the hotplugged processor work to a state machine

2013-01-31 Thread Thomas Gleixner
Move the functions which need to run on the hotplugged processor into a state machine array and let the code iterate through these functions. In a later state, this will grow synchronization points between the control processor and the hotplugged processor, so we can move the various architecture