Skip to content

Commit e612423

Browse files
Marc Zyngierbjorn-helgaas
authored andcommitted
cpu/hotplug: Remove unused cpuhp_state CPUHP_PCI_XGENE_DEAD
Now that the XGene MSI driver has been mostly rewritten and doesn't use the CPU hotplug infrastructure, CPUHP_PCI_XGENE_DEAD is unused. Remove it to reduce the size of cpuhp_hp_states[]. Signed-off-by: Marc Zyngier <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 6aceb36 commit e612423

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/cpuhotplug.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ enum cpuhp_state {
9090
CPUHP_RADIX_DEAD,
9191
CPUHP_PAGE_ALLOC,
9292
CPUHP_NET_DEV_DEAD,
93-
CPUHP_PCI_XGENE_DEAD,
9493
CPUHP_IOMMU_IOVA_DEAD,
9594
CPUHP_AP_ARM_CACHE_B15_RAC_DEAD,
9695
CPUHP_PADATA_DEAD,

0 commit comments

Comments
 (0)