aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <[email protected]>2016-09-06 19:04:38 +0200
committerThomas Gleixner <[email protected]>2016-09-19 21:44:26 +0200
commit657ebf7a2354f39cc7d3f4e64ee49dbf1c3cae4f (patch)
treeff5fd53e135c0e8209819a7c440c9cd3b843f111 /include/linux
parentc23a7266e6599e74305cc5b790f93398bb212380 (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 <[email protected]> Cc: [email protected] Cc: Peter Zijlstra <[email protected]> Cc: Magnus Damm <[email protected]> Cc: Simon Horman <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Thomas Gleixner <[email protected]>
Diffstat (limited to 'include/linux')
-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 0da071ff36d2..008eed0c0787 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -35,6 +35,7 @@ enum cpuhp_state {
CPUHP_POWERPC_PMAC_PREPARE,
CPUHP_POWERPC_MMU_CTX_PREPARE,
CPUHP_NOTIFY_PREPARE,
+ CPUHP_ARM_SHMOBILE_SCU_PREPARE,
CPUHP_TIMERS_DEAD,
CPUHP_BRINGUP_CPU,
CPUHP_AP_IDLE_DEAD,