This code calls task_add(9) from a timeout, so create the taskq with
authorkettenis <kettenis@openbsd.org>
Wed, 28 Aug 2019 19:37:56 +0000 (19:37 +0000)
committerkettenis <kettenis@openbsd.org>
Wed, 28 Aug 2019 19:37:56 +0000 (19:37 +0000)
commit951085b7bfcf0842f826cabab1fda2a4c253052c
tree04a14dd3bde8dde4a2ec3c3b806afce0627ff610
parent233a267cb70cfc927c35a4b6cc1183b1884499c0
This code calls task_add(9) from a timeout, so create the taskq with
IPL_SOFTCLOCK instead of IPL_NONE.

ok mpi@, deraadt@, patrick@
sys/dev/ofw/ofw_thermal.c