]> git.lizzy.rs Git - plan9front.git/blob - sys/src/libc/arm/cycles.c
libc/arm: implement _tas() with LDREX/STREX, execute memory barrier on smp systems...
[plan9front.git] / sys / src / libc / arm / cycles.c
1 #include <u.h>
2 #include <libc.h>
3
4 #pragma profile off
5
6 void
7 cycles(uvlong*u)
8 {
9         *u = 0LL;
10 }