Re: [patch 10/40] sched: Convert to state machine callbacks

2013-02-11 Thread Paul E. McKenney
On Thu, Jan 31, 2013 at 12:11:19PM -, Thomas Gleixner wrote: > The scheduler sports quite a bunch of hotplug notifiers. One reason > for multiple notifiers is the fact, that the startup and teardown > process are asymetric. Now the scheduler wants to be called early on > startup and late on tea

[patch 10/40] sched: Convert to state machine callbacks

2013-01-31 Thread Thomas Gleixner
The scheduler sports quite a bunch of hotplug notifiers. One reason for multiple notifiers is the fact, that the startup and teardown process are asymetric. Now the scheduler wants to be called early on startup and late on teardown. That requires to install two different notifiers for the same issu