diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-16 10:55:17 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-02-16 10:55:17 -0800 |
commit | ba643b6d84409e8a9057d5bdd6dd99255b1a88fe (patch) | |
tree | 4759a7fff2a81679311e89798729f998b3924970 | |
parent | ff1848d81ca63e49bce57c29ffb12c6539333ac4 (diff) | |
parent | 4cf7d58620bfc2ebe934e3dfa97208f13f14ab8b (diff) |
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
-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 |