Skip to content

Commit e2a738f

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
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>
1 parent cf392d1 commit e2a738f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/cpuhotplug.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ enum cpuhp_state {
1414
CPUHP_PERF_SUPERH,
1515
CPUHP_X86_HPET_DEAD,
1616
CPUHP_X86_APB_DEAD,
17+
CPUHP_BLK_MQ_DEAD,
1718
CPUHP_WORKQUEUE_PREP,
1819
CPUHP_POWER_NUMA_PREPARE,
1920
CPUHP_HRTIMERS_PREPARE,
@@ -22,6 +23,7 @@ enum cpuhp_state {
2223
CPUHP_SMPCFD_PREPARE,
2324
CPUHP_RCUTREE_PREP,
2425
CPUHP_NOTIFY_PREPARE,
26+
CPUHP_BLK_MQ_PREPARE,
2527
CPUHP_TIMERS_DEAD,
2628
CPUHP_BRINGUP_CPU,
2729
CPUHP_AP_IDLE_DEAD,

0 commit comments

Comments
 (0)