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-08 13:23:26 +00:00
2013-08-26 17:38:36 +00:00
2013-09-04 18:42:05 +00:00
2013-10-29 06:37:27 +00:00
2013-10-29 11:17:49 +00:00
2013-10-29 11:17:49 +00:00
2013-12-05 22:38:53 +00:00
2013-08-28 14:49:36 +00:00
2013-10-28 23:34:05 +00:00
2013-12-10 17:16:13 +00:00
2013-10-29 11:17:49 +00:00
2013-12-07 22:25:07 +00:00
2013-12-20 13:18:50 +00:00
2013-10-28 23:34:05 +00:00
2013-07-07 19:47:22 +00:00
2013-12-18 04:36:35 +00:00
2013-05-10 16:41:26 +00:00
2013-09-05 23:14:27 +00:00
2013-10-29 11:17:49 +00:00
2013-06-17 20:11:04 +00:00
2013-11-01 21:21:14 +00:00
2013-10-29 11:17:49 +00:00
2013-08-03 21:24:52 +00:00
2013-08-19 05:48:42 +00:00
2013-11-27 08:39:48 +00:00
2013-05-10 16:41:26 +00:00
2013-10-29 11:17:49 +00:00
2013-06-17 20:11:04 +00:00
2013-07-27 20:47:01 +00:00