Re: [RFC v0 4/9] smpboot: Use freeze_active() instead CPU_DEAD_FROZEN state information

2015-09-08 Thread Daniel Wagner
On 09/04/2015 03:34 PM, Daniel Wagner wrote: > In order to get rid of all CPU_*_FROZEN states we need to convert all > users first. > > cpu_check_up_prepare() wants to report different errors depending on > an ongoing suspend or not. freeze_active() reports back if that is the > case so we don't h

[RFC v0 4/9] smpboot: Use freeze_active() instead CPU_DEAD_FROZEN state information

2015-09-04 Thread Daniel Wagner
In order to get rid of all CPU_*_FROZEN states we need to convert all users first. cpu_check_up_prepare() wants to report different errors depending on an ongoing suspend or not. freeze_active() reports back if that is the case so we don't have to rely on the CPU_DEAD_FROZEN anymore. Signed-off-b