Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-4
-4
kernel/irq/Kconfig
··· 31 31 config GENERIC_PENDING_IRQ 32 32 bool 33 33 34 - # Deduce delayed migration from top-level interrupt chip flags 35 - config GENERIC_PENDING_IRQ_CHIPFLAGS 36 - bool 37 - 38 34 # Support for generic irq migrating off cpu before the cpu is offline. 39 35 config GENERIC_IRQ_MIGRATION 40 36 bool