diff options
| author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2016-09-06 13:04:38 -0400 |
|---|---|---|
| committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-19 15:44:26 -0400 |
| commit | 657ebf7a2354f39cc7d3f4e64ee49dbf1c3cae4f (patch) | |
| tree | ff5fd53e135c0e8209819a7c440c9cd3b843f111 /include/linux/cpuhotplug.h | |
| parent | c23a7266e6599e74305cc5b790f93398bb212380 (diff) | |
ARM/shmobile: Convert to hotplug state machine
Install the callbacks via the state machine so the old notifier based
cpuhotplug infrastructure can be removed.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: linux-sh@vger.kernel.org
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Simon Horman <horms@verge.net.au>
Cc: rt@linutronix.de
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/20160906170457.32393-3-bigeasy@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 0da071ff36d2..008eed0c0787 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h | |||
| @@ -35,6 +35,7 @@ enum cpuhp_state { | |||
| 35 | CPUHP_POWERPC_PMAC_PREPARE, | 35 | CPUHP_POWERPC_PMAC_PREPARE, |
| 36 | CPUHP_POWERPC_MMU_CTX_PREPARE, | 36 | CPUHP_POWERPC_MMU_CTX_PREPARE, |
| 37 | CPUHP_NOTIFY_PREPARE, | 37 | CPUHP_NOTIFY_PREPARE, |
| 38 | CPUHP_ARM_SHMOBILE_SCU_PREPARE, | ||
| 38 | CPUHP_TIMERS_DEAD, | 39 | CPUHP_TIMERS_DEAD, |
| 39 | CPUHP_BRINGUP_CPU, | 40 | CPUHP_BRINGUP_CPU, |
| 40 | CPUHP_AP_IDLE_DEAD, | 41 | CPUHP_AP_IDLE_DEAD, |
