summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuhotplug.h
diff options
context:
space:
mode:
authorRichard Cochran2016-07-13 19:16:07 +0200
committerIngo Molnar2016-07-14 09:34:29 +0200
commitcb5ff2d245c1023f1004eca73038b2cae87bcc6a (patch)
tree406e01752f5c93fcb0fe9bf7f0aead675a6bbff5 /include/linux/cpuhotplug.h
parentirqchip/hip04: Convert to hotplug state machine (diff)
downloadkernel-qcow2-linux-cb5ff2d245c1023f1004eca73038b2cae87bcc6a.tar.gz
kernel-qcow2-linux-cb5ff2d245c1023f1004eca73038b2cae87bcc6a.tar.xz
kernel-qcow2-linux-cb5ff2d245c1023f1004eca73038b2cae87bcc6a.zip
irqchip/armada-370-xp: Convert to hotplug state machine
Install the callbacks via the state machine. Signed-off-by: Richard Cochran <rcochran@linutronix.de> Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de> Acked-by: Jason Cooper <jason@lakedaemon.net> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: rt@linutronix.de Link: http://lkml.kernel.org/r/20160713153333.330661455@linutronix.de Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/cpuhotplug.h')
-rw-r--r--include/linux/cpuhotplug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h
index 62ab4ff98521..3a08ab962346 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -12,6 +12,8 @@ enum cpuhp_state {
CPUHP_AP_IRQ_GIC_STARTING,
CPUHP_AP_IRQ_GICV3_STARTING,
CPUHP_AP_IRQ_HIP04_STARTING,
+ CPUHP_AP_IRQ_ARMADA_XP_STARTING,
+ CPUHP_AP_IRQ_ARMADA_CASC_STARTING,
CPUHP_AP_NOTIFY_STARTING,
CPUHP_AP_ONLINE,
CPUHP_TEARDOWN_CPU,