CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2022/11/19 09:02:37
Modified files: sys/arch/riscv64/include: cpu.h _types.h sys/arch/riscv64/riscv64: clock.c Log message: riscv64: switch to clockintr - Remove riscv64-specific clock interrupt scheduling bits from cpu_info. - Remove riscv64-specific randomized statclock() bits from riscv64/clock.c. - Remove the 'stat_count' evcount. All clock interrupts are now counted via the 'clock_count' evcount. - Wire up timer_intrclock. With input from jca@, kettenis@. Tested by jca@. Link: https://marc.info/?l=openbsd-tech&m=166776413003655&w=2 ok kettenis@ jca@ mlarkin@