From: Greg Ungerer Date: Thu, 9 Sep 2010 07:12:53 +0000 (+1000) Subject: m68knommu: stop using __do_IRQ X-Git-Tag: v2.6.37-rc1~138^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04570b46215f81001c94b2baea4af3284d6161ec;p=pandora-kernel.git 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 --- Reading git-diff-tree failed