CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/06 17:24:37
Modified files:
sys/kern : kern_timeout.c
Log message:
timeout_hardclock_update: enter timeout_mutex before reading uptime clock
We have no way of knowing how long we will spin before entering
timeout_mutex. Enter timeout_mutex first, then wait until just before
we start dumping kclock buckets to read the uptime clock.
