CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2018/06/15 07:59:53
Modified files: sys/kern : kern_lock.c Log message: Simplify #ifdefs. The kernel_lock symbol is no longer needed when building a uniprocessor kernel with WITNESS. OK mpi@