aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/hp/sim/hpsim.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ia64/hp/sim/hpsim.S')
-rw-r--r--arch/ia64/hp/sim/hpsim.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ia64/hp/sim/hpsim.S b/arch/ia64/hp/sim/hpsim.S
new file mode 100644
index 000000000000..ff16e8a857d1
--- /dev/null
+++ b/arch/ia64/hp/sim/hpsim.S
@@ -0,0 +1,10 @@
1#include <asm/asmmacro.h>
2
3/*
4 * Simulator system call.
5 */
6GLOBAL_ENTRY(ia64_ssc)
7 mov r15=r36
8 break 0x80001
9 br.ret.sptk.many rp
10END(ia64_ssc)