aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/hardware/gic.h
Commit message (Collapse)AuthorAge
* [ARM] smp: fix cpumask usage in ARM SMP codeRussell King2009-05-17
| | | | | | | The ARM SMP code wasn't properly updated for the cpumask changes, which results in smp_timer_broadcast() broadcasting ticks to non-online CPUs. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* [ARM] move include/asm-arm to arch/arm/include/asmRussell King2008-08-02
Move platform independent header files to arch/arm/include/asm, leaving those in asm/arch* and asm/plat* alone. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>