blob: fabe9cadd12ef0b1d82ed9c3ead65f35943e8a70 [file] [log] [blame]
Wolfram Sangc44e1822018-06-14 10:56:06 +09001/* SPDX-License-Identifier: GPL-2.0 */
Geert Uytterhoeven3fd45a12017-09-01 10:37:45 +02002/*
3 * SMP support for APMU based systems with Cortex A7/A15
4 *
5 * Copyright (C) 2014 Renesas Electronics Corporation
Geert Uytterhoeven3fd45a12017-09-01 10:37:45 +02006 */
7
8#include <linux/linkage.h>
9#include <asm/assembler.h>
10
Geert Uytterhoeven3fd45a12017-09-01 10:37:45 +020011ENTRY(shmobile_boot_apmu)
Mylène Josserandcad160e2018-05-04 21:05:45 +020012 bl secure_cntvoff_init
Geert Uytterhoeven3fd45a12017-09-01 10:37:45 +020013 b secondary_startup
14ENDPROC(shmobile_boot_apmu)