CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/16 19:32:07
Modified files:
sys/arch/armv7/omap: dmtimer.c
Log message:
dmtimer(4): switch to clockintr
- Strip out custom hardclock/statclock scheduling code.
- Wire up dmtimer_intrclock.
- For convenience, add dmtimer_reset_tisr(); we do the "clear interrupt
bits" dance in multiple places, may as well put it in a function.
- For parity with other platforms, change stathz from 128 to 100 and
profhz from 1024 to 1000.
Testing by stuge@ and jsg@.
v1: https://marc.info/?l=openbsd-tech&m=167060320326851&w=2
v2: https://marc.info/?l=openbsd-tech&m=167340009006972&w=2
ok mlarkin@ kettenis@