CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/16 09:35:04
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/kern : kern_sig.c kern_synch.c sys_generic.c
vfs_sync.c
sys/sys : proc.h
Log message:
Introduce wakeup_proc() a function to un-SSTOP/SSLEEP a thread.
This moves most of the SCHED_LOCK() related to protecting the sleepqueue
and its states to kern/kern_sync.c
Name suggestion from jsg@, ok kettenis@, visa@
