CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/01 04:21:26
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/kern : kern_synch.c
sys/sys : proc.h
Log message:
Change wakeup_proc() to no longer grab the SCHED_LOCK() instead it must
be called with SCHED_LOCK() held. Also add an extra argument to update
the process flags p_flag so that the timeout handler can set the
P_TIMEOUT flag before making the process runnable.
OK mpi@
