CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/10/08 15:08:00
Modified files:
sys/sys : clockintr.h
sys/kern : kern_clockintr.c
Log message:
clockintr: move intrclock wrappers from sys/clockintr.h to kern_clockintr.c
intrclock_rearm() and intrclock_trigger() are not part of the public
API, so there's no reason to implement them in sys/clockintr.h. Move
them to kern_clockintr.c.
