CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2023/07/14 01:07:08
Modified files: sys/dev/dt : dt_dev.c sys/dev/pci : if_myx.c sys/dev/pci/drm: drm_linux.c sys/kern : kern_rwlock.c kern_sched.c kern_sig.c kern_synch.c kern_timeout.c subr_log.c sys/sys : proc.h systm.h Log message: struct sleep_state is no longer used, remove it. Also remove the priority argument to sleep_finish() the code can use the p_flag P_SINTR flag to know if the signal check is needed or not. OK cheloha@ kettenis@ mpi@