CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/08 17:35:23
Modified files:
sys/dev/pci/drm/include/linux: wait.h
Log message:
Add wait_event_killable(). In linux TASK_KILLABLE only gets fatal
signals, as we don't have an equivalent use PCATCH and check for all
signals before and after msleep. Discussed with kettenis@.
