summaryrefslogtreecommitdiff
path: root/cactus/aarch64/cactus_arch_helpers.S
blob: 2b69883be64bf5a49d6491ff943f99ebdfc82ddf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <asm_macros.S>

	.globl	cactus_svc

func cactus_svc
	svc	#0
	ret
endfunc cactus_svc