Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
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
)