Merge tag 'sound-5.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-block.git] / arch / arm / mach-shmobile / headsmp-apmu.S
CommitLineData
c44e182e 1/* SPDX-License-Identifier: GPL-2.0 */
3fd45a13
GU
2/*
3 * SMP support for APMU based systems with Cortex A7/A15
4 *
5 * Copyright (C) 2014 Renesas Electronics Corporation
3fd45a13
GU
6 */
7
8#include <linux/linkage.h>
9#include <asm/assembler.h>
10
3fd45a13 11ENTRY(shmobile_boot_apmu)
cad160ed 12 bl secure_cntvoff_init
3fd45a13
GU
13 b secondary_startup
14ENDPROC(shmobile_boot_apmu)