summaryrefslogtreecommitdiff
path: root/kern/timer.h
AgeCommit message (Collapse)Author
2017-09-01kern/timer: make timer time reads non atomicRichard Braun
This makes such accesses on 32-bits processor without 64-bits atomic instruction too cumbersome for what it's worth.
2017-08-31kern/timer: improve access synchronizationRichard Braun
2017-08-27kern/timer: new moduleRichard Braun