CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2024/02/09 08:06:23

Modified files:
        sys/kern       : kern_clockintr.c 

Log message:
clockintr: refactor clockintr_cancel() into clockintr_cancel_locked()

Move the mutex-protected portions of clockintr_cancel() into a separate
function, clockintr_cancel_locked(), so that the code can be reused by
other callers.

Thread: https://marc.info/?l=openbsd-tech&m=170629367121800&w=2

ok mpi@

Reply via email to