CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/06 07:13:46
Modified files:
sys/dev/pci/drm/include/linux: wait.h
Log message:
add __wait_event_intr() and use it instead of
__wait_event_intr_timeout() when there is no sleep timeout
avoids passing 0 to sleep_finish() when there is no timeout
tested by tb@ ok kettenis@
