diff options
author | Anna-Maria Gleixner <anna-maria@linutronix.de> | 2016-07-13 17:17:07 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-15 10:41:46 +0200 |
commit | ecd8081f6fb9032c41e5c38885f06836da6ab455 (patch) | |
tree | 40a7f4ea7bad0792ecfd33adf2b81a9dbe163074 /include/linux/cpuhotplug.h | |
parent | eb0a9d8c672dc01db41352afa646405d035ee7a4 (diff) | |
download | blackbird-op-linux-ecd8081f6fb9032c41e5c38885f06836da6ab455.tar.gz blackbird-op-linux-ecd8081f6fb9032c41e5c38885f06836da6ab455.zip |
ARC/time: Convert to hotplug state machine
Install the callbacks via the state machine.
Signed-off-by: Anna-Maria Gleixner <anna-maria@linutronix.de>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
Cc: rt@linutronix.de
Link: http://lkml.kernel.org/r/20160713153338.391826254@linutronix.de
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/cpuhotplug.h')
-rw-r--r-- | include/linux/cpuhotplug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index 5ac59f7aafce..09ef54bcba39 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h @@ -56,6 +56,7 @@ enum cpuhp_state { CPUHP_AP_ARMADA_TIMER_STARTING, CPUHP_AP_MARCO_TIMER_STARTING, CPUHP_AP_MIPS_GIC_TIMER_STARTING, + CPUHP_AP_ARC_TIMER_STARTING, CPUHP_AP_KVM_STARTING, CPUHP_AP_KVM_ARM_VGIC_INIT_STARTING, CPUHP_AP_KVM_ARM_VGIC_STARTING, |