CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/12/07 10:20:48
Modified files:
sys/dev/pci/drm/i915: i915_gem.c
Log message:
Emulating wait_event_timeout() using msleep() is hard. This version should
avoid the negative timeout panic and make __wait_seqno() properly wait
forever if no timeout was specified.
