aboutsummaryrefslogtreecommitdiff
path: root/plat/arm/board/fvp_r/fvp_r_context.S
blob: 2746c2e5b851212518b0fce7c898a197ad7a4b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#include <asm_macros.S>

	.global	el2_exit

/* ------------------------------------------------------------------
 * The mechanism, from el3_exit, is not used in this v8-R64 implementation.
 * ------------------------------------------------------------------
 */
func el2_exit
	exception_return
endfunc el2_exit