CVSROOT:        /cvs
Module name:    src
Changes by:     chel...@cvs.openbsd.org 2024/02/25 12:15:50

Modified files:
        sys/sys        : clockintr.h 
        sys/kern       : kern_clockintr.c 
        sys/arch/alpha/include: cpu.h 
        sys/arch/amd64/include: cpu.h 
        sys/arch/arm/include: cpu.h 
        sys/arch/arm64/include: cpu.h 
        sys/arch/hppa/include: cpu.h 
        sys/arch/i386/include: cpu.h 
        sys/arch/m88k/include: cpu.h 
        sys/arch/mips64/include: cpu.h 
        sys/arch/powerpc/include: cpu.h 
        sys/arch/powerpc64/include: cpu.h 
        sys/arch/riscv64/include: cpu.h 
        sys/arch/sh/include: cpu.h 
        sys/arch/sparc64/include: cpu.h 

Log message:
clockintr: rename "struct clockintr_queue" to "struct clockqueue"

The code has outgrown the original name for this struct.  Both the
external and internal APIs have used the "clockqueue" namespace for
some time when operating on it, and that name is eyeball-consistent
with "clockintr" and "clockrequest", so "clockqueue" it is.

Reply via email to