]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cpu/hotplug: Remove unused cpuhp_state CPUHP_PCI_XGENE_DEAD
authorMarc Zyngier <maz@kernel.org>
Tue, 8 Jul 2025 17:34:04 +0000 (18:34 +0100)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 22 Jul 2025 20:33:16 +0000 (15:33 -0500)
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
include/linux/cpuhotplug.h

index df366ee15456bba56c581d482f98a5b9d26211d5..eaca70eb6136bbe8620254c7417be90ec1567b0d 100644 (file)
@@ -90,7 +90,6 @@ enum cpuhp_state {
        CPUHP_RADIX_DEAD,
        CPUHP_PAGE_ALLOC,
        CPUHP_NET_DEV_DEAD,
-       CPUHP_PCI_XGENE_DEAD,
        CPUHP_IOMMU_IOVA_DEAD,
        CPUHP_AP_ARM_CACHE_B15_RAC_DEAD,
        CPUHP_PADATA_DEAD,