IPL_SOFTCLOCK instead of IPL_NONE.
ok mpi@, deraadt@, patrick@
-/* $OpenBSD: ofw_thermal.c,v 1.3 2019/07/03 22:12:30 kettenis Exp $ */
+/* $OpenBSD: ofw_thermal.c,v 1.4 2019/08/28 19:37:56 kettenis Exp $ */
/*
* Copyright (c) 2019 Mark Kettenis
*
if (node == -1)
return;
- tztq = taskq_create("tztq", 1, IPL_NONE, 0);
+ tztq = taskq_create("tztq", 1, IPL_SOFTCLOCK, 0);
for (node = OF_child(node); node != 0; node = OF_peer(node))
thermal_zone_init(node);