summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/common.h
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2014-10-31 10:01:13 +0100
committerShawn Guo <shawn.guo@linaro.org>2014-11-23 07:56:21 +0100
commit4e3fea4a950e3ec22ec8f99a7438aa5ba584263a (patch)
treec460e261dcc12181346e0582621bbb6e0b69df3d /arch/arm/mach-imx/common.h
parentARM: imx: Add initial support for Freescale LS1021A (diff)
downloadlinux-4e3fea4a950e3ec22ec8f99a7438aa5ba584263a.tar.xz
linux-4e3fea4a950e3ec22ec8f99a7438aa5ba584263a.zip
ARM: imx: Add Freescale LS1021A SMP support
Freescale LS1021A SoCs deploy two cortex-A7 processors, this adds bring-up support for the secondary core. Signed-off-by: Jingchang Lu <b35083@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx/common.h')
-rw-r--r--arch/arm/mach-imx/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h
index 23c84e67a56d..fe9a908da3ed 100644
--- a/arch/arm/mach-imx/common.h
+++ b/arch/arm/mach-imx/common.h
@@ -158,5 +158,6 @@ static inline void imx_init_l2cache(void) {}
#endif
extern struct smp_operations imx_smp_ops;
+extern struct smp_operations ls1021a_smp_ops;
#endif