]> 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, 29 Mar 2007 13:30:35 +0000 (09:30 -0400)
commitf090a760d5e9a8eaa730894773ad23679fcf056f
treeaa092dd320734d419cfbf46cac8f5c98a4e1394c
parent4aef437519be176cce8ab6f1f4e8b4d27658521d
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