]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/arm/mach-tango/smc.S
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[mirror_ubuntu-bionic-kernel.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)