Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * SMP support for APMU based systems with Cortex A7/A15
0004  *
0005  * Copyright (C) 2014  Renesas Electronics Corporation
0006  */
0007 
0008 #include <linux/linkage.h>
0009 #include <asm/assembler.h>
0010 
0011 ENTRY(shmobile_boot_apmu)
0012     bl  secure_cntvoff_init
0013     b   secondary_startup
0014 ENDPROC(shmobile_boot_apmu)