blob: 44b4d53e1689cee99eee576daad6abaf5ef5dd1e [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#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)