diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-21 03:39:00 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-21 03:39:00 -0400 |
commit | 0bf71e4d02ffec8ab9a6adecca61d3eed74fc99d (patch) | |
tree | 9028192abac063b183d1901fbfa38a3aa6e40251 | |
parent | 5372e054a1928fe704cf0a5e2e139645a777b50a (diff) | |
parent | e2a738f7a88f32622684d972d654a9fed026555f (diff) |
Merge branch 'smp/for-block' into smp/hotplug
Bring in the block hotplug states for consistency.
-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 dea6696c673a..510205edcdd6 100644 --- a/include/linux/cpuhotplug.h +++ b/include/linux/cpuhotplug.h | |||
@@ -27,6 +27,7 @@ enum cpuhp_state { | |||
27 | CPUHP_VIRT_SCSI_DEAD, | 27 | CPUHP_VIRT_SCSI_DEAD, |
28 | CPUHP_ACPI_CPUDRV_DEAD, | 28 | CPUHP_ACPI_CPUDRV_DEAD, |
29 | CPUHP_S390_PFAULT_DEAD, | 29 | CPUHP_S390_PFAULT_DEAD, |
30 | CPUHP_BLK_MQ_DEAD, | ||
30 | CPUHP_WORKQUEUE_PREP, | 31 | CPUHP_WORKQUEUE_PREP, |
31 | CPUHP_POWER_NUMA_PREPARE, | 32 | CPUHP_POWER_NUMA_PREPARE, |
32 | CPUHP_HRTIMERS_PREPARE, | 33 | CPUHP_HRTIMERS_PREPARE, |
@@ -43,6 +44,7 @@ enum cpuhp_state { | |||
43 | CPUHP_NOTIFY_PREPARE, | 44 | CPUHP_NOTIFY_PREPARE, |
44 | CPUHP_ARM_SHMOBILE_SCU_PREPARE, | 45 | CPUHP_ARM_SHMOBILE_SCU_PREPARE, |
45 | CPUHP_SH_SH3X_PREPARE, | 46 | CPUHP_SH_SH3X_PREPARE, |
47 | CPUHP_BLK_MQ_PREPARE, | ||
46 | CPUHP_TIMERS_DEAD, | 48 | CPUHP_TIMERS_DEAD, |
47 | CPUHP_NOTF_ERR_INJ_PREPARE, | 49 | CPUHP_NOTF_ERR_INJ_PREPARE, |
48 | CPUHP_MIPS_SOC_PREPARE, | 50 | CPUHP_MIPS_SOC_PREPARE, |