CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/16 19:47:56
Modified files:
sys/arch/arm/cortex: amptimer.c
Log message:
amptimer(4): switch to clockintr
- Strip out custom hardclock/statclock scheduling code.
- Wire up amptimer_intrclock.
- Remove debug evcounts. All interrupts are now counted with
the evcount in the interrupt handler.
- Remove apparently dead USE_GTIMER_CMP code.
Debugged with jca@. Tested by jca@.
Link: https://marc.info/?l=openbsd-tech&m=167060127825418&w=2
ok kettenis@ jca@