intel: Repeat execbuffer after EINTR
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 2 Dec 2009 12:58:00 +0000 (12:58 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 2 Dec 2009 14:17:15 +0000 (14:17 +0000)
commitb73612e4fd69565aa2c5c2e9677f3e0af1945f7d
treeba5fb157f09cd5876dd43c38a4ebdfcd16886c60
parentacb4aa671507aa181b3ff50ccf26a1c0d705a309
intel: Repeat execbuffer after EINTR

EAGAIN cannot be raised by the current code, but the system call maybe
interrupted and so return EINTR.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
intel/intel_bufmgr_gem.c