Merge tag 'v4.7' into for-linus/pstore
[deliverable/linux.git] / arch / arm / mach-tango / smc.S
1 #include <linux/linkage.h>
2
3 ENTRY(tango_smc)
4 push {lr}
5 mov ip, r1
6 dsb /* This barrier is probably unnecessary */
7 smc #0
8 pop {pc}
9 ENDPROC(tango_smc)
This page took 0.030391 seconds and 5 git commands to generate.