Linux 5.7.7
[linux/fpc-iii.git] / arch / arm / mach-shmobile / headsmp-apmu.S
blobfabe9cadd12ef0b1d82ed9c3ead65f35943e8a70
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * SMP support for APMU based systems with Cortex A7/A15
4  *
5  * Copyright (C) 2014  Renesas Electronics Corporation
6  */
8 #include <linux/linkage.h>
9 #include <asm/assembler.h>
11 ENTRY(shmobile_boot_apmu)
12         bl      secure_cntvoff_init
13         b       secondary_startup
14 ENDPROC(shmobile_boot_apmu)