clockintr: rename CL_CPU_* flags to CQ_* flags
authorcheloha <cheloha@openbsd.org>
Wed, 19 Apr 2023 14:30:35 +0000 (14:30 +0000)
committercheloha <cheloha@openbsd.org>
Wed, 19 Apr 2023 14:30:35 +0000 (14:30 +0000)
commita866e8937551d7e1cff144834931a5d2e475d536
tree7313d0381352d4638e9d06d2e46d87e02d6e67dd
parent7205d30fd4607f99c2859a7695600a60f1d869fa
clockintr: rename CL_CPU_* flags to CQ_* flags

The CL_CPU_* flags were originally so-named because they were set from
clockintr_cpu_init(), which was itself named before I had named the
clockintr_queue struct.  It makes more for the flag namespace to match
the struct namespace, so CQ_* is a better flag prefix than CL_CPU_*.

While we're at it, move the CQ_* flag definitions up so they
immediately follow the clockintr_queue structure definition in
sys/clockintr.h.
sys/kern/kern_clockintr.c
sys/sys/clockintr.h