1. 15 3月, 2011 1 次提交
  2. 21 10月, 2010 1 次提交
    • G
      m68knommu: stop using __do_IRQ · 04570b46
      Greg Ungerer 提交于
      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: NGreg Ungerer <gerg@uclinux.org>
      04570b46
  3. 16 9月, 2009 7 次提交