summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuhotplug.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior2016-08-18 14:57:21 +0200
committerThomas Gleixner2016-09-06 18:30:22 +0200
commitc4544dbc7a9bce3da6fa2361cd68cadb34e9221f (patch)
tree6bb7fa3a00640539aac7948ee0d26e47f488787b /include/linux/cpuhotplug.h
parentmm/writeback: Convert to hotplug state machine (diff)
downloadkernel-qcow2-linux-c4544dbc7a9bce3da6fa2361cd68cadb34e9221f.tar.gz
kernel-qcow2-linux-c4544dbc7a9bce3da6fa2361cd68cadb34e9221f.tar.xz
kernel-qcow2-linux-c4544dbc7a9bce3da6fa2361cd68cadb34e9221f.zip
kernel/softirq: Convert to hotplug state machine
Install the callbacks via the state machine. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: rt@linutronix.de Link: http://lkml.kernel.org/r/20160818125731.27256-7-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 854e59a426d4..a421407a317f 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -17,6 +17,7 @@ enum cpuhp_state {
CPUHP_VIRT_NET_DEAD,
CPUHP_SLUB_DEAD,
CPUHP_MM_WRITEBACK_DEAD,
+ CPUHP_SOFTIRQ_DEAD,
CPUHP_WORKQUEUE_PREP,
CPUHP_POWER_NUMA_PREPARE,
CPUHP_HRTIMERS_PREPARE,