blob: 2746c2e5b851212518b0fce7c898a197ad7a4b10 [file] [log] [blame]
Gary Morrison3d7f6542021-01-27 13:08:47 -06001/*
2 * Copyright (c) 2021, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <asm_macros.S>
8
9 .global el2_exit
10
11/* ------------------------------------------------------------------
12 * The mechanism, from el3_exit, is not used in this v8-R64 implementation.
13 * ------------------------------------------------------------------
14 */
15func el2_exit
16 exception_return
17endfunc el2_exit