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 <maz@kernel.org> Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Link: https://lore.kernel.org/r/20250708173404.1278635-14-maz@kernel.org
1 parent 6aceb36 commit e612423

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)