xref: /openbmc/linux/arch/arm/mach-mvebu/headsmp-a9.S (revision 1ee89e22)
11ee89e22SGregory CLEMENT/*
21ee89e22SGregory CLEMENT * SMP support: Entry point for secondary CPUs of Marvell EBU
31ee89e22SGregory CLEMENT * Cortex-A9 based SOCs (Armada 375 and Armada 38x).
41ee89e22SGregory CLEMENT *
51ee89e22SGregory CLEMENT * Copyright (C) 2014 Marvell
61ee89e22SGregory CLEMENT *
71ee89e22SGregory CLEMENT * Gregory CLEMENT <gregory.clement@free-electrons.com>
81ee89e22SGregory CLEMENT * Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
91ee89e22SGregory CLEMENT *
101ee89e22SGregory CLEMENT * This file is licensed under the terms of the GNU General Public
111ee89e22SGregory CLEMENT * License version 2.  This program is licensed "as is" without any
121ee89e22SGregory CLEMENT * warranty of any kind, whether express or implied.
131ee89e22SGregory CLEMENT */
141ee89e22SGregory CLEMENT
151ee89e22SGregory CLEMENT#include <linux/linkage.h>
161ee89e22SGregory CLEMENT#include <linux/init.h>
171ee89e22SGregory CLEMENT
181ee89e22SGregory CLEMENT	__CPUINIT
191ee89e22SGregory CLEMENTENTRY(mvebu_cortex_a9_secondary_startup)
201ee89e22SGregory CLEMENT	bl      v7_invalidate_l1
211ee89e22SGregory CLEMENT	b	secondary_startup
221ee89e22SGregory CLEMENTENDPROC(mvebu_cortex_a9_secondary_startup)
23