CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/01/16 19:38:59
Modified files:
sys/arch/armv7/sunxi: sxitimer.c
Log message:
sxitimer(4): switch to clockintr
- Strip out custom hardclock/statclock scheduling code.
- Stop using STATTIMER. We can multiplex TICKTIMER to handle all
clock interrupts.
- Wire up sxitimer_intrclock.
- For parity with other platforms, change stathz from 128 to hz and
change profhz from 1024 to (stathz * 10).
Tested by kettenis@.
Link: https://marc.info/?l=openbsd-tech&m=167060659329137&w=2
ok kettenis@