index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
libc
/
arm
/
cycles.c
blob: 9bad3a98994a95a8e4c5a563f31a341b46214bb8 (
plain
)
1
2
3
4
5
6
7
#include
<u.h>
#include
<libc.h>
void
cycles
(
uvlong
*
u
)
{
*
u
=
0L
L
;
}