Skip to content

Commit 2b5175c

Browse files
committed
genirq: Add config option for reservation mode
The interrupt reservation mode requires reactivation of PCI/MSI interrupts. Create a config option, so the PCI code can set the corresponding flag when required. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Josh Poulson <jopoulso@microsoft.com> Cc: Mihai Costache <v-micos@microsoft.com> Cc: Stephen Hemminger <sthemmin@microsoft.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: linux-pci@vger.kernel.org Cc: Haiyang Zhang <haiyangz@microsoft.com> Cc: Dexuan Cui <decui@microsoft.com> Cc: Simon Xiao <sixiao@microsoft.com> Cc: Saeed Mahameed <saeedm@mellanox.com> Cc: Jork Loeser <Jork.Loeser@microsoft.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: devel@linuxdriverproject.org Cc: KY Srinivasan <kys@microsoft.com> Link: https://lkml.kernel.org/r/20171017075600.369375409@linutronix.de
1 parent 0696d05 commit 2b5175c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/irq/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ config IRQ_TIMINGS
100100
config GENERIC_IRQ_MATRIX_ALLOCATOR
101101
bool
102102

103+
config GENERIC_IRQ_RESERVATION_MODE
104+
bool
105+
103106
config IRQ_DOMAIN_DEBUG
104107
bool "Expose hardware/virtual IRQ mapping via debugfs"
105108
depends on IRQ_DOMAIN && DEBUG_FS

0 commit comments

Comments
 (0)