CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/20 10:44:33
Modified files:
sys/kern : kern_timeout.c
Log message:
timeout(9): process-context timeouts can be late
Move the check for lateness earlier in the softclock() loop so every
timeout is checked before being run.
While here, remove an unsafe DEBUG printf(9). You can't safely printf(9)
within a mutex, and the print itself isn't even particularly useful.
ok bluhm@
