Blackfin: ints-priority: unify duplicate vec to irq lookup logic
authorMike Frysinger <vapier@gentoo.org>
Wed, 30 Mar 2011 05:35:41 +0000 (01:35 -0400)
committerMike Frysinger <vapier@gentoo.org>
Wed, 25 May 2011 12:13:41 +0000 (08:13 -0400)
Seems the ipipe code just copied & pasted the existing irq lookup logic,
so pull the logic out of do_irq() and into a local helper, and convert
the two users over to that.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

No differences found