Merge remote-tracking branches 'regulator/fix/da9211', 'regulator/fix/ltc3589' and...
[sfrench/cifs-2.6.git] / arch / arm / mach-mvebu / headsmp-a9.S
1 /*
2  * SMP support: Entry point for secondary CPUs of Marvell EBU
3  * Cortex-A9 based SOCs (Armada 375 and Armada 38x).
4  *
5  * Copyright (C) 2014 Marvell
6  *
7  * Gregory CLEMENT <gregory.clement@free-electrons.com>
8  * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9  *
10  * This file is licensed under the terms of the GNU General Public
11  * License version 2.  This program is licensed "as is" without any
12  * warranty of any kind, whether express or implied.
13  */
14
15 #include <linux/linkage.h>
16 #include <linux/init.h>
17
18 #include <asm/assembler.h>
19
20         __CPUINIT
21
22 ENTRY(mvebu_cortex_a9_secondary_startup)
23 ARM_BE8(setend  be)
24         bl      v7_invalidate_l1
25         b       secondary_startup
26 ENDPROC(mvebu_cortex_a9_secondary_startup)