CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/13 02:51:52
Modified files:
sys/kern : kern_timeout.c
Log message:
Raise ipl of the softclock thread to IPL_SOFTCLOCK.
This prevent the soft-interrupt to run in-between of timeouts executed
in a thread context.
ok kettenis@, visa@
