CVSROOT:        /cvs
Module name:    src
Changes by:     v...@cvs.openbsd.org    2019/11/01 23:31:20

Modified files:
        sys/kern       : kern_exit.c kern_sched.c sched_bsd.c 
        sys/sys        : proc.h syscall_mi.h 

Log message:
Move dead procs to the reaper queue immediately after context switch.
This eliminates a forced context switch to the idle proc. In addition,
sched_exit() no longer needs to sum proc runtime because mi_switch()
will do it.

OK mpi@ a while ago

Reply via email to