aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/Kconfig
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2010-09-27 16:58:14 -0400
committerTony Luck <tony.luck@intel.com>2010-09-27 16:58:14 -0400
commit5d4bff94f9e0877a85b4dc573eb7a3f1d97c13ae (patch)
tree195ed252ba4da43791a637437efd0258b1e5cfc0 /arch/ia64/Kconfig
parent32163f4b2cef28a5aab8b226ffecfc6379a53786 (diff)
[IA64] Stop using the deprecated __do_IRQ() code path
Thomas Gleixner <tglx@linutronix.de> wrote: >__do_IRQ() has been deprecated after a two years migration phase in >commit 0e57aa1. Since then another 18 months have gone by ... Mostly trivial stuff for this. The only tricky part was realizing that the new handler_*_irq() paths do not use desc->chip->end(irq). Not a problem for the edge case as the ia64 iosapic routine for that was nop(). But the "level" case handled interrupt migration there. Just use a slightly modified version of the "end" routine as "unmask" for the level triggered case. Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/Kconfig')
-rw-r--r--arch/ia64/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/ia64/Kconfig b/arch/ia64/Kconfig
index ba22849ee3ec..b0f4ae9b7c84 100644
--- a/arch/ia64/Kconfig
+++ b/arch/ia64/Kconfig
@@ -683,8 +683,10 @@ source "lib/Kconfig"
683# Use the generic interrupt handling code in kernel/irq/: 683# Use the generic interrupt handling code in kernel/irq/:
684# 684#
685config GENERIC_HARDIRQS 685config GENERIC_HARDIRQS
686 bool 686 def_bool y
687 default y 687
688config GENERIC_HARDIRQS_NO__DO_IRQ
689 def_bool y
688 690
689config GENERIC_IRQ_PROBE 691config GENERIC_IRQ_PROBE
690 bool 692 bool