Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
arch
/
arm
/
mach-tango
/
smc.S
blob: 361a8dc898042f2bbfeed0be7634c921518cfb5a [
file
] [
log
] [
blame
]
/*
SPDX
-
License
-
Identifier
:
GPL
-2.0
*/
#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
)