diff options
author | Zhiwu Song <Zhiwu.Song@csr.com> | 2014-12-25 09:34:20 +0100 |
---|---|---|
committer | Barry Song <Baohua.Song@csr.com> | 2015-01-20 12:56:48 +0100 |
commit | a7ae982f36389f0b83536d1c5d8f3437bd604d5d (patch) | |
tree | acaa81e42f2417bead95738b435d099b25ae7bb4 /arch/arm/mach-prima2/common.c | |
parent | ARM: sirf: drop Marco machine (diff) | |
download | linux-a7ae982f36389f0b83536d1c5d8f3437bd604d5d.tar.xz linux-a7ae982f36389f0b83536d1c5d8f3437bd604d5d.zip |
ARM: sirf: move platsmp to support Atlas7 SoC
This patch breaks Marco SMP support, but Marco project has been dropped.
So it corrects cpu1 jump/flag address for Atlas7 and removes scu related
logic as scu doesn't expose in cortex-a7.
Signed-off-by: Zhiwu Song <Zhiwu.Song@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-prima2/common.c')
-rw-r--r-- | arch/arm/mach-prima2/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-prima2/common.c b/arch/arm/mach-prima2/common.c index bc53cc45fd67..a20b8d4db9ed 100644 --- a/arch/arm/mach-prima2/common.c +++ b/arch/arm/mach-prima2/common.c @@ -23,7 +23,6 @@ static void __init sirfsoc_init_late(void) static __init void sirfsoc_map_io(void) { sirfsoc_map_lluart(); - sirfsoc_map_scu(); } #ifdef CONFIG_ARCH_ATLAS6 |