]> 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>
Thu, 1 Mar 2007 12:11:50 +0000 (04:11 -0800)
commit0df2aad752c3d6a0ab2fbe8c5b383ee9a0fedc12
treec933bcb56f701e1641b55f31eb3d926be3bc6256
parent17e6fbeca2ca89eab672d36f57e6f6a4d3ebe0a9
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