]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS
authorAnup Patel <apatel@ventanamicro.com>
Sun, 9 Feb 2025 04:16:50 +0000 (09:46 +0530)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 13 Feb 2025 12:18:54 +0000 (13:18 +0100)
CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS is not used anymore, hence remove it.

Fixes: f94a18249b7f ("genirq: Remove IRQ_MOVE_PCNTXT and related code")
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250209041655.331470-7-apatel@ventanamicro.com
kernel/irq/Kconfig

index 5432418c0feafbf58e88ba6d0f88a28ccda9ebeb..875f25ed6f710aa002b7af7870cdc32fa06dd92b 100644 (file)
@@ -31,10 +31,6 @@ config GENERIC_IRQ_EFFECTIVE_AFF_MASK
 config GENERIC_PENDING_IRQ
        bool
 
-# Deduce delayed migration from top-level interrupt chip flags
-config GENERIC_PENDING_IRQ_CHIPFLAGS
-       bool
-
 # Support for generic irq migrating off cpu before the cpu is offline.
 config GENERIC_IRQ_MIGRATION
        bool