CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/03 06:48:25
Modified files:
sys/dev/pci/drm: drm_linux.c
sys/sys : sched.h
sys/kern : kern_exit.c kern_fork.c kern_resource.c
kern_sched.c kern_sig.c kern_synch.c
sched_bsd.c sys_process.c
Log message:
Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.
The SPL level is not tacked by the mutex and we no longer need to track
this in the callers.
OK miod@ mlarkin@ tb@ jca@
