s390/cpum_sf: Fix cpu hotplug notifier transitions
authorAnna-Maria Gleixner <anna-maria@linutronix.de>
Fri, 11 Mar 2016 10:52:38 +0000 (11:52 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 17 Mar 2016 12:18:24 +0000 (13:18 +0100)
commit1e3c1dd15dd30232458e35128fd062b788b1c9e4
treef1fec7646a9d163ec09b1950f03ad17474232cbf
parenta987884295891f18fddf9c76d7d47c9486701560
s390/cpum_sf: Fix cpu hotplug notifier transitions

The cpumf_pmu_notfier() hotplug callback lacks handling of the
CPU_DOWN_FAILED case. That means, if CPU_DOWN_PREPARE failes, the PMC
of the CPU is not setup again. Furthermore the CPU_ONLINE_FROZEN case
will never be processed because of masking the switch expression with
CPU_TASKS_FROZEN.

Add handling for CPU_DOWN_FAILED transition to setup the PMC of the
CPU. Remove CPU_ONLINE_FROZEN case.

Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Acked-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/perf_cpum_sf.c
This page took 0.025563 seconds and 5 git commands to generate.