CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/07/09 02:44:36
Modified files: sys/kern : kern_sched.c Log message: In sched_toidle() only call the TRACEPOINT if curproc is set. sched_toidle() is called by cpu_hatch() to start APs and then curproc may be NULL. OK mpi@