aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/include/mach/entry-macro.S
Commit message (Collapse)AuthorAge
* netx: Use get_irqnr_preamble to initialize base registerUwe Kleine-König2009-08-13
| | | | | | | | | 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>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07
This just leaves include/asm-arm/plat-* to deal with. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>