aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-msm/include/mach/smp.h
Commit message (Collapse)AuthorAge
* ARM: consolidate SMP cross call implementationRussell King2011-05-23
| | | | | | | | Rather than having each platform class provide a mach/smp.h header for smp_cross_call(), arrange for them to register the function with the core ARM SMP code instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* msm: Use explicit GPLv2 licensesDavid Brown2011-02-28
| | | | | | | Replace a BSD-style license in Code Aurora Forum authored files with an explicit GPLv2. Signed-off-by: David Brown <davidb@codeaurora.org>
* ARM: SMP: pass an ipi number to smp_cross_call()Russell King2010-12-03
| | | | | | | | | This allows us to use smp_cross_call() to trigger a number of different software generated interrupts, rather than combining them all on one SGI. Recover the SGI number via do_IPI. Reviewed-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* msm: irq: rename existing entry-macro to entry-macro-vicSteve Muckle2010-10-08
The existing MSM irq entry macro is specific to a VIC implementation. Renaming this makes room for irq support based on other interrupt controllers. Signed-off-by: Steve Muckle <smuckle@codeaurora.org> Signed-off-by: Daniel Walker <dwalker@codeaurora.org>