CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2023/09/05 20:09:58
Modified files: sys/sys : clockintr.h sys/kern : subr_prof.c kern_sched.c kern_clockintr.c Log message: clockintr: clockintr_establish: change first argument to a cpu_info pointer All CPUs control a single clockintr_queue. clockintr_establish() callers don't need to know about the underlying clockintr_queue. Accepting a cpu_info pointer as argument simplifies the API. >From mpi@. ok mpi@