git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed680c4
)
netx: Use get_irqnr_preamble to initialize base register
author
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 13 Aug 2009 18:38:16 +0000
(20:38 +0200)
committer
Uwe Kleine-König
<u.kleine-koenig@pengutronix.de>
Thu, 13 Aug 2009 18:34:36 +0000
(20:34 +0200)
This patch optimizes the irq handling a bit. Now the base register is
only computed once per irq exception instead of at least twice.
Moreover the mov+add sequence is simplified to an ldr (which might save
some cycles depending on memory timing).
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
No differences found