CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/10 16:58:04
Modified files:
sys/arch/arm64/dev: agtimer.c
Log message:
agtimer(4/arm64): agtimer_delay: compute cycle count with 64-bit arithmetic
Converting from microseconds to timer cycles is much simpler with
64-bit arithmetic.
Thread: https://marc.info/?l=openbsd-tech&m=169146193022516&w=2
ok drahn@ kettenis@
