summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuhotplug.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior2016-08-18 14:57:25 +0200
committerThomas Gleixner2016-09-06 18:30:24 +0200
commit529351fd3c50215a462e5e604d7ceaaf27a8a0e5 (patch)
tree589ccd318d15fa9f1f7982193732f8c6173e5be6 /include/linux/cpuhotplug.h
parentmd/raid5: Convert to hotplug state machine (diff)
downloadkernel-qcow2-linux-529351fd3c50215a462e5e604d7ceaaf27a8a0e5.tar.gz
kernel-qcow2-linux-529351fd3c50215a462e5e604d7ceaaf27a8a0e5.tar.xz
kernel-qcow2-linux-529351fd3c50215a462e5e604d7ceaaf27a8a0e5.zip
cpuidle/pseries: Convert to hotplug state machine
Install the callbacks via the state machine. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: linux-pm@vger.kernel.org Cc: Peter Zijlstra <peterz@infradead.org> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> Cc: rt@linutronix.de Link: http://lkml.kernel.org/r/20160818125731.27256-11-bigeasy@linutronix.de Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include/linux/cpuhotplug.h')
-rw-r--r--include/linux/cpuhotplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 4066c74bb73c..0fb22b95649f 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -19,6 +19,7 @@ enum cpuhp_state {
CPUHP_MM_WRITEBACK_DEAD,
CPUHP_SOFTIRQ_DEAD,
CPUHP_NET_MVNETA_DEAD,
+ CPUHP_CPUIDLE_DEAD,
CPUHP_WORKQUEUE_PREP,
CPUHP_POWER_NUMA_PREPARE,
CPUHP_HRTIMERS_PREPARE,