• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/hp/sim/
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)
11