diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2011-02-10 09:14:20 -0500 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2011-02-19 06:58:24 -0500 |
commit | 781295762defc709a609efc01d8bb065276cd9a2 (patch) | |
tree | 21f035b5f92571c8c3559b5e94eb0e1aa4113a36 /kernel/irq/Kconfig | |
parent | 3836ca08aad4575c120ccf328652f3873eea9063 (diff) |
genirq: Add preflow handler support
sparc64 needs to call a preflow handler on certain interrupts befor
calling the action chain. Integrate it into handle_fasteoi_irq. Must
be enabled via CONFIG_IRQ_FASTEOI_PREFLOW. No impact when disabled.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r-- | kernel/irq/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 48ad25f5fa59..9149be729e45 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig | |||
@@ -35,6 +35,9 @@ config AUTO_IRQ_AFFINITY | |||
35 | config HARDIRQS_SW_RESEND | 35 | config HARDIRQS_SW_RESEND |
36 | def_bool n | 36 | def_bool n |
37 | 37 | ||
38 | config IRQ_PREFLOW_FASTEOI | ||
39 | def_bool n | ||
40 | |||
38 | config SPARSE_IRQ | 41 | config SPARSE_IRQ |
39 | bool "Support sparse irq numbering" | 42 | bool "Support sparse irq numbering" |
40 | depends on HAVE_SPARSE_IRQ | 43 | depends on HAVE_SPARSE_IRQ |