clockintr: replace u_int with standard types
authorcheloha <cheloha@openbsd.org>
Wed, 6 Sep 2023 02:33:18 +0000 (02:33 +0000)
committercheloha <cheloha@openbsd.org>
Wed, 6 Sep 2023 02:33:18 +0000 (02:33 +0000)
commit8a8b133b87d4e121194159e70672d4159b74fd27
treede806701dfcd77ed8497a42d7cbf73da531d24fd
parent529ac4429f87505c3aab327b409d2c6e96e43621
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@
sys/kern/kern_clockintr.c
sys/sys/clockintr.h