projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64dcfb
)
genirq: Remove unused CONFIG_GENERIC_PENDING_IRQ_CHIPFLAGS
author
Anup Patel
<apatel@ventanamicro.com>
Sun, 9 Feb 2025 04:16:50 +0000
(09:46 +0530)
committer
Thomas 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/irq/Kconfig
b/kernel/irq/Kconfig
index 5432418c0feafbf58e88ba6d0f88a28ccda9ebeb..875f25ed6f710aa002b7af7870cdc32fa06dd92b 100644
(file)
--- 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