Skip to content

Commit c620438

Browse files
Marc ZyngierKAGA-KOKO
authored andcommitted
irqchip: Kill irq-partition-percpu
This code is now completely unused, and nobody will ever miss it. Signed-off-by: Marc Zyngier <maz@kernel.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Will Deacon <will@kernel.org> Link: https://patch.msgid.link/20251020122944.3074811-24-maz@kernel.org
1 parent 7443813 commit c620438

4 files changed

Lines changed: 0 additions & 298 deletions

File tree

drivers/irqchip/Kconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,6 @@ config LS_SCFG_MSI
450450
depends on PCI_MSI
451451
select IRQ_MSI_LIB
452452

453-
config PARTITION_PERCPU
454-
bool
455-
456453
config STM32MP_EXTI
457454
tristate "STM32MP extended interrupts and event controller"
458455
depends on (ARCH_STM32 && !ARM_SINGLE_ARMV7M) || COMPILE_TEST

drivers/irqchip/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ obj-$(CONFIG_ARM_GIC_V3) += irq-gic-v3.o irq-gic-v3-mbi.o irq-gic-common.o
3636
obj-$(CONFIG_ARM_GIC_ITS_PARENT) += irq-gic-its-msi-parent.o
3737
obj-$(CONFIG_ARM_GIC_V3_ITS) += irq-gic-v3-its.o irq-gic-v4.o
3838
obj-$(CONFIG_ARM_GIC_V3_ITS_FSL_MC) += irq-gic-v3-its-fsl-mc-msi.o
39-
obj-$(CONFIG_PARTITION_PERCPU) += irq-partition-percpu.o
4039
obj-$(CONFIG_ARM_GIC_V5) += irq-gic-v5.o irq-gic-v5-irs.o irq-gic-v5-its.o \
4140
irq-gic-v5-iwb.o
4241
obj-$(CONFIG_HISILICON_IRQ_MBIGEN) += irq-mbigen.o

drivers/irqchip/irq-partition-percpu.c

Lines changed: 0 additions & 241 deletions
This file was deleted.

include/linux/irqchip/irq-partition-percpu.h

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)