![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * SMP support: Entry point for secondary CPUs of Marvell EBU 0004 * Cortex-A9 based SOCs (Armada 375 and Armada 38x). 0005 * 0006 * Copyright (C) 2014 Marvell 0007 * 0008 * Gregory CLEMENT <gregory.clement@free-electrons.com> 0009 * Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 0010 */ 0011 0012 #include <linux/linkage.h> 0013 0014 #include <asm/assembler.h> 0015 0016 ENTRY(mvebu_cortex_a9_secondary_startup) 0017 ARM_BE8(setend be) 0018 bl armada_38x_scu_power_up 0019 b secondary_startup 0020 ENDPROC(mvebu_cortex_a9_secondary_startup)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |