]> Pileus Git - ~andy/linux/blob - arch/ia64/hp/sim/hpsim.S
Merge branch 'msm-fix' of git://codeaurora.org/quic/kernel/davidb/linux-msm into...
[~andy/linux] / arch / ia64 / hp / sim / hpsim.S
1 #include <asm/asmmacro.h>
2
3 /*
4  * Simulator system call.
5  */
6 GLOBAL_ENTRY(ia64_ssc)
7         mov r15=r36
8         break 0x80001
9         br.ret.sptk.many rp
10 END(ia64_ssc)