CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/05/30 20:16:22
Modified files:
sys/sys : systm.h
sys/kern : kern_synch.c
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Add sleep_finish_all(), which provides the common combo of sleep_finish(),
sleep_finish_timeout(), and sleep_finish_signal() with error preferencing,
and then use it in five places.
ok mpi@
