aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-realview/include/mach/smp.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/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>