Skip to content

Commit 0bf71e4

Browse files
committed
Merge branch 'smp/for-block' into smp/hotplug
Bring in the block hotplug states for consistency.
2 parents 5372e05 + e2a738f commit 0bf71e4

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
@@ -27,6 +27,7 @@ enum cpuhp_state {
2727
CPUHP_VIRT_SCSI_DEAD,
2828
CPUHP_ACPI_CPUDRV_DEAD,
2929
CPUHP_S390_PFAULT_DEAD,
30+
CPUHP_BLK_MQ_DEAD,
3031
CPUHP_WORKQUEUE_PREP,
3132
CPUHP_POWER_NUMA_PREPARE,
3233
CPUHP_HRTIMERS_PREPARE,
@@ -43,6 +44,7 @@ enum cpuhp_state {
4344
CPUHP_NOTIFY_PREPARE,
4445
CPUHP_ARM_SHMOBILE_SCU_PREPARE,
4546
CPUHP_SH_SH3X_PREPARE,
47+
CPUHP_BLK_MQ_PREPARE,
4648
CPUHP_TIMERS_DEAD,
4749
CPUHP_NOTF_ERR_INJ_PREPARE,
4850
CPUHP_MIPS_SOC_PREPARE,

0 commit comments

Comments
 (0)