diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2016-09-06 13:04:55 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-20 05:24:15 -0400 |
commit | e2a738f7a88f32622684d972d654a9fed026555f (patch) | |
tree | 58fc66b8b7abf687abe36403c4c371a3c56782d8 | |
parent | cf392d10b69e6e6c57ceea48b347a2ab1a4b75b2 (diff) |
blk/mq: Reserve hotplug states for block multiqueue
This patch only reserves two CPU hotplug states for block/mq so the block tree
can apply the conversion patches.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: rt@linutronix.de
Link: http://lkml.kernel.org/r/20160906170457.32393-20-bigeasy@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-rw-r--r-- | include/linux/cpuhotplug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/cpuhotplug.h b/include/linux/cpuhotplug.h index dcfe619171b4..2ac07d01bdb5 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h | |||
@@ -14,6 +14,7 @@ enum cpuhp_state { | |||
14 | CPUHP_PERF_SUPERH, | 14 | CPUHP_PERF_SUPERH, |
15 | CPUHP_X86_HPET_DEAD, | 15 | CPUHP_X86_HPET_DEAD, |
16 | CPUHP_X86_APB_DEAD, | 16 | CPUHP_X86_APB_DEAD, |
17 | CPUHP_BLK_MQ_DEAD, | ||
17 | CPUHP_WORKQUEUE_PREP, | 18 | CPUHP_WORKQUEUE_PREP, |
18 | CPUHP_POWER_NUMA_PREPARE, | 19 | CPUHP_POWER_NUMA_PREPARE, |
19 | CPUHP_HRTIMERS_PREPARE, | 20 | CPUHP_HRTIMERS_PREPARE, |
@@ -22,6 +23,7 @@ enum cpuhp_state { | |||
22 | CPUHP_SMPCFD_PREPARE, | 23 | CPUHP_SMPCFD_PREPARE, |
23 | CPUHP_RCUTREE_PREP, | 24 | CPUHP_RCUTREE_PREP, |
24 | CPUHP_NOTIFY_PREPARE, | 25 | CPUHP_NOTIFY_PREPARE, |
26 | CPUHP_BLK_MQ_PREPARE, | ||
25 | CPUHP_TIMERS_DEAD, | 27 | CPUHP_TIMERS_DEAD, |
26 | CPUHP_BRINGUP_CPU, | 28 | CPUHP_BRINGUP_CPU, |
27 | CPUHP_AP_IDLE_DEAD, | 29 | CPUHP_AP_IDLE_DEAD, |