repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git]
/
arch
/
arm
/
mach-tango
/
smc.S
blob
5d932ce3c1bd747e4bec0332bc906d6599493388
1
#include <linux/linkage.h>
2
3
ENTRY(tango_smc)
4
push {lr}
5
mov ip, r1
6
dsb /* This barrier is probably unnecessary */
7
smc #0
8
pop {pc}
9
ENDPROC(tango_smc)