CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/28 13:37:56
Modified files:
sys/dev/ofw : ofw_thermal.c
Log message:
This code calls task_add(9) from a timeout, so create the taskq with
IPL_SOFTCLOCK instead of IPL_NONE.
ok mpi@, deraadt@, patrick@
