]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/ia64/hp/sim/hpsim.S
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[people/arne_f/kernel.git] / arch / ia64 / hp / sim / hpsim.S
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#include <asm/asmmacro.h>
3
4/*
5 * Simulator system call.
6 */
7GLOBAL_ENTRY(ia64_ssc)
8 mov r15=r36
9 break 0x80001
10 br.ret.sptk.many rp
11END(ia64_ssc)