diff options
author | Jingchang Lu <b35083@freescale.com> | 2014-10-31 17:01:13 +0800 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 14:56:21 +0800 |
commit | 4e3fea4a950e3ec22ec8f99a7438aa5ba584263a (patch) | |
tree | c460e261dcc12181346e0582621bbb6e0b69df3d /arch/arm/mach-imx/common.h | |
parent | 7f0fb6104b3a9c48d7b253d3984d3a619bb1e654 (diff) |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/common.h b/arch/arm/mach-imx/common.h index 23c84e67a56..fe9a908da3e 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 |