CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2025/05/21 12:41:41
Modified files: sys/kern : kern_lock.c Log message: Define CPU_MIN_BUSY_CYCLES and CPU_MAX_BUSY_CYCLES outside of MULTIPROCESSOR since the ddb_mtx_enter is not under MULTIPROCESSOR. This is enough to unbreak GENERIC kernels. Reported by tb@