Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
atull
/
linux-fpga
/
4ff522ea47944ffd3d4d27023ace8bc6a722c834
/
.
/
arch
/
arm
/
mach-tango
/
smc.S
blob: 5d932ce3c1bd747e4bec0332bc906d6599493388 [
file
] [
log
] [
blame
]
#include <linux/linkage.h>
ENTRY
(
tango_smc
)
push
{
lr
}
mov ip
,
r1
dsb
/*
This barrier is probably unnecessary
*/
smc
#0
pop
{
pc
}
ENDPROC
(
tango_smc
)