Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm...
[sfrench/cifs-2.6.git] / arch / arm / mach-tango / smc.S
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/linkage.h>
3
4 ENTRY(tango_smc)
5         push    {lr}
6         mov     ip, r1
7         dsb     /* This barrier is probably unnecessary */
8         smc     #0
9         pop     {pc}
10 ENDPROC(tango_smc)