Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livep...
[deliverable/linux.git] / arch / ia64 / hp / sim / hpsim.S
CommitLineData
1da177e4
LT
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)
This page took 1.489794 seconds and 5 git commands to generate.