diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-09-06 02:59:40 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:26:24 -0400 |
commit | 69c31b7a6e9cd4654ed0bfc7e70b4d7076a5cdb3 (patch) | |
tree | 2f0581360d423e9d472a4c163e91babde57cd167 /arch/arm/plat-mxc | |
parent | 9fbbe6890c88aa332efe61d5894108dd8b932530 (diff) |
arm/imx6q: add smp and cpu hotplug support
It adds smp and cpu hotplug support for imx6q.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/common.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/common.h b/arch/arm/plat-mxc/include/mach/common.h index c2258374488a..6340df2284d7 100644 --- a/arch/arm/plat-mxc/include/mach/common.h +++ b/arch/arm/plat-mxc/include/mach/common.h | |||
@@ -99,4 +99,9 @@ void gic_handle_irq(struct pt_regs *); | |||
99 | #define imx53_handle_irq tzic_handle_irq | 99 | #define imx53_handle_irq tzic_handle_irq |
100 | #define imx6q_handle_irq gic_handle_irq | 100 | #define imx6q_handle_irq gic_handle_irq |
101 | 101 | ||
102 | extern void imx_enable_cpu(int cpu, bool enable); | ||
103 | extern void imx_set_cpu_jump(int cpu, void *jump_addr); | ||
104 | #ifdef CONFIG_SMP | ||
105 | extern void v7_secondary_startup(void); | ||
106 | #endif | ||
102 | #endif | 107 | #endif |