]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: speed up gpio irq handling
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 7 Dec 2006 01:14:10 +0000 (17:14 -0800)
committerTony Lindgren <tony@atomide.com>
Mon, 19 Mar 2007 20:40:10 +0000 (16:40 -0400)
commit619483b71138ec7a47511a620865f4f96868a7b3
tree7e24804bf8086c4037cfd64ddf9ffdc962ec41fe
parentaefb407631a5d87ec6d27faf6e1f045bd7ff7513
ARM: OMAP: speed up gpio irq handling

Speedup and shrink GPIO irq handling code, by using a pointer
that's available in the irq_chip structure instead of calling
the get_gpio_bank() function.  On OMAP1 this saves 44 words,
most of which were in IRQ critical path methods.  Hey, every
few instructions help.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/gpio.c