diff options
author | 2025-02-16 10:55:17 -0800 | |
---|---|---|
committer | 2025-02-16 10:55:17 -0800 | |
commit | ba643b6d84409e8a9057d5bdd6dd99255b1a88fe (patch) | |
tree | 4759a7fff2a81679311e89798729f998b3924970 | |
parent | Merge tag 'perf_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (diff) | |
parent | genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS (diff) | |
download | wireguard-linux-ba643b6d84409e8a9057d5bdd6dd99255b1a88fe.tar.xz wireguard-linux-ba643b6d84409e8a9057d5bdd6dd99255b1a88fe.zip |
Merge tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq Kconfig cleanup from Borislav Petkov:
- Remove an unused config item GENERIC_PENDING_IRQ_CHIPFLAGS
* tag 'irq_urgent_for_v6.14_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS
Diffstat (limited to '')
-rw-r--r-- | kernel/irq/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 5432418c0fea..875f25ed6f71 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -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 |