CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/09 19:41:16
Modified files:
sys/kern : kern_clockintr.c
Log message:
clockintr_dispatch: add intermediate pointer for clockintr_queue.cq_shadow
Adding an intermediate pointer lets me shortens "cq->cq_shadow" to
just "shadow". I think it makes the dispatch loop logic a little
easier to read.
While here, add a clarifying comment.
