CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/09 23:21:03
Modified files:
sys/kern : kern_lock.c
Log message:
don't try calling mtx_init_parking without ifdef __USE_MI_MUTEX
hppa (and m88k) have their own mutex code, so they don't have the
MI parking mutex.
found by deraadt@
hppa hardware help from jmatthew@
ok jca@ jmatthew@
