Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-07 | Merge branch 'smp' into misc | Russell King | 1 | -1/+1 | |
Conflicts: arch/arm/kernel/entry-armv.S arch/arm/mm/ioremap.c | |||||
2010-12-24 | ARM: 6538/1: Subarch IRQ handler macros V3 | Magnus Damm | 1 | -0/+44 | |
Per subarch interrupt handler macros V3. This patch breaks out code from the irq_handler macro into arch_irq_handler and arch_irq_handler_default. The macros are put in the header file "entry-macro-multi.S" The arch_irq_handler_default macro is designed to be used by irq_handler in entry-armv.S while arch_irq_handler is suitable for per-subarch use. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> |