CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/05 20:33:18
Modified files:
sys/sys : clockintr.h
sys/kern : kern_clockintr.c
Log message:
clockintr: replace u_int with standard types
The clockintr code already uses uint64_t everywhere, so we may as well
be consistent: replace u_int with uint32_t everywhere it is trivial to
do so; leave the sysctl(2) hook and ddb(4) code alone for now.
Suggested by mpi@.
ok mpi@
