Merge branch 'for-4.6/drivers' of git://git.kernel.dk/linux-block
[deliverable/linux.git] / arch / arm / mach-tango / smc.S
CommitLineData
d6de5b02
MG
1#include <linux/linkage.h>
2
3ENTRY(tango_smc)
4 push {lr}
5 mov ip, r1
6 dsb /* This barrier is probably unnecessary */
7 smc #0
8 pop {pc}
9ENDPROC(tango_smc)
This page took 0.038226 seconds and 5 git commands to generate.