CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/22 18:01:40
Modified files:
sys/kern : kern_clockintr.c
Log message:
clockintr_advance: don't use cached uptime when called outside of dispatch
When clockintr_advance() is eventually used by outside callers, there
will be no way to know how fresh cq_uptime is. If we're not running
in the dispatch loop, we need to call nsecuptime(9) to get a high-res
uptime before advancing a clockintr.
