repo.or.cz
/
linux-2.6.9-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MOXA linux-2.6.x / linux-2.6.9-uc0 from sdlinux-moxaart.tgz
[linux-2.6.9-moxart.git]
/
arch
/
ia64
/
hp
/
sim
/
hpsim.S
blob
ff16e8a857d1267c4c252b196e44f9d0198d2e41
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)