CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2025/04/30 19:16:42
Modified files: sys/dev/pci/drm: drm_linux.c sys/kern : kern_synch.c sys/sys : proc.h Log message: remove flag setting from wakeup_proc(). only endtsleep() sets flags via wakeup_proc, but it sets it's own flags later. we can use the return value from wakeup_proc and the existing flag setting to get the same effect. ok tedu@ claudio@ mpi@ visa@