summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/qoriq/start/epapr_hcalls.S
blob: a1d22968d18389863889355bd8e9ef44ef58c74a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2017 embedded brains GmbH.  All rights reserved.
 *
 * The license and distribution terms for this file may be
 * found in the file LICENSE in this distribution or at
 * http://www.rtems.org/license/LICENSE.
 */

#include <libcpu/powerpc-utility.h>

	.text

	.global epapr_hypercall_start
epapr_hypercall_start:

	sc	1
	nop
	nop
	nop
	blr