Jean-Sébastien Pédron a883f5eadb drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...
... for msleep/cv_*wait() return values, where wait_event*() is used
on Linux. ERESTARTSYS is the return code expected by callers when the
operation was interrupted.

For instance, this is the case of radeon_cs_ioctl() (radeon_cs.c): if
an error occurs, and the code isn't ERESTARTSYS (eg. EINTR), it logs an
error.

Note that ERESTARTSYS is defined as ERESTART, but this keeps callers'
code close to Linux.

Submitted by:	avg@ (previous version)
2013-12-21 15:40:36 +00:00
..
2013-11-23 00:28:18 +00:00
2013-12-17 07:47:27 +00:00
2013-11-29 20:14:26 +00:00
2013-12-17 22:16:27 +00:00
2013-12-17 10:53:17 +00:00
2013-11-11 13:19:55 +00:00
2013-12-15 07:07:13 +00:00
2013-12-05 21:58:02 +00:00
2013-12-20 19:44:29 +00:00