CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/04/03 12:32:47
Modified files:
sys/dev : ipmi.c
Log message:
Change ipmi(4)'s taskq from IPL_NONE to IPL_MPFLOOR
The IPL_NONE mutex didn't block interrupts that can cause a powerpc64
kernel with option WITNESS to "panic: acquiring blockable sleep lock
with spinlock or critical section held (kernel_lock) &kernel_lock".
ok mpi@
