Re: powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions

2016-07-15 Thread Michael Ellerman
On Mon, 2016-04-04 at 09:30:01 UTC, Anna-Maria Gleixner wrote: > The FROZEN transitions are used when a CPU suspends/resumes. In case > of a suspend/resume, only the up prepare (CPU_UP_PREPARE_FROZEN) is > handled. The error handling transition CPU_UP_CANCELED_FROZEN as well > as the CPU_ONLINE_FRO

[PATCH] powerpc/pmac/smp: Add missing FROZEN hotplug notifier transitions

2016-04-04 Thread Anna-Maria Gleixner
The FROZEN transitions are used when a CPU suspends/resumes. In case of a suspend/resume, only the up prepare (CPU_UP_PREPARE_FROZEN) is handled. The error handling transition CPU_UP_CANCELED_FROZEN as well as the CPU_ONLINE_FROZEN transition are not handled. Masking the switch case action argumen