]> git.baikalelectronics.ru Git - kernel.git/commit
m68knommu: stop using __do_IRQ
authorGreg Ungerer <gerg@uclinux.org>
Thu, 9 Sep 2010 07:12:53 +0000 (17:12 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Thu, 21 Oct 2010 00:17:30 +0000 (10:17 +1000)
commit00ed8b6426c1e48435222ac0488ab41059ebea8e
tree0439cdb006d0f00e679a9ef2daec9a831fb32433
parenta94be5f1fddb68ecf90ed08b4fb85813a3042fb3
m68knommu: stop using __do_IRQ

The use of __do_IRQ is deprecated, so lets stop using it.
Generally the interrupts on the supported processors here are
level triggered, so this is strait forward to switch over to
using the standard handle_level_irq flow handler. (Although
some ColdFire parts support edge triggered GPIO line  interrupts
we have no support for them yet).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/Kconfig
arch/m68knommu/platform/5272/intc.c
arch/m68knommu/platform/68328/ints.c
arch/m68knommu/platform/68360/ints.c
arch/m68knommu/platform/coldfire/intc-2.c
arch/m68knommu/platform/coldfire/intc-simr.c
arch/m68knommu/platform/coldfire/intc.c