summaryrefslogtreecommitdiffstats
path: root/include/linux/cpuhotplug.h
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior2016-08-18 14:57:31 +0200
committerThomas Gleixner2016-09-06 18:30:27 +0200
commitda3ed6519b19a9def0fcb966c6274946ad18d9a6 (patch)
tree7ffe874d62f0076dcda0812db2052ba1cd1f1c71 /include/linux/cpuhotplug.h
parentpowerpc/powermac: Convert to hotplug state machine (diff)
downloadkernel-qcow2-linux-da3ed6519b19a9def0fcb966c6274946ad18d9a6.tar.gz
kernel-qcow2-linux-da3ed6519b19a9def0fcb966c6274946ad18d9a6.tar.xz
kernel-qcow2-linux-da3ed6519b19a9def0fcb966c6274946ad18d9a6.zip
powerpc/mmu nohash: 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: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Cc: rt@linutronix.de Cc: Michael Ellerman <mpe@ellerman.id.au> Cc: linuxppc-dev@lists.ozlabs.org Link: http://lkml.kernel.org/r/20160818125731.27256-17-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 33fba43ad292..afd59e2ca4b3 100644
--- a/include/linux/cpuhotplug.h
+++ b/include/linux/cpuhotplug.h
@@ -32,6 +32,7 @@ enum cpuhp_state {
CPUHP_RCUTREE_PREP,
CPUHP_CPUIDLE_COUPLED_PREPARE,
CPUHP_POWERPC_PMAC_PREPARE,
+ CPUHP_POWERPC_MMU_CTX_PREPARE,
CPUHP_NOTIFY_PREPARE,
CPUHP_TIMERS_DEAD,
CPUHP_BRINGUP_CPU,