dmtimer(4): initialize stathz, profhz as other drivers, platforms do
authorcheloha <cheloha@openbsd.org>
Fri, 27 Jan 2023 22:16:52 +0000 (22:16 +0000)
committercheloha <cheloha@openbsd.org>
Fri, 27 Jan 2023 22:16:52 +0000 (22:16 +0000)
commit4533a266c0712cc20b7fbbbf5f3e393ab8cd3a54
tree34d53b5364c331b2a65b772d6a28bcd531a9db31
parent4cd354c5663fb2920aedfa94b325562702286437
dmtimer(4): initialize stathz, profhz as other drivers, platforms do

Don't hardcode stathz to 100 and profhz to 1000.  Instead, set stathz
to hz and profhz to (stathz * 10).  This is what we do in all other
armv7 clock interrupt drivers and most other platforms.

Link: https://marc.info/?l=openbsd-tech&m=167479021815637&w=2
ok kettenis@
sys/arch/armv7/omap/dmtimer.c