commit | bed636abeaa3d8e8279e95380cb10ecb20d1b276 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 11 20:31:19 2011 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 11 20:32:44 2011 +0000 |
tree | ebbd4a435ffcf0d553441bc1e78d23bd8f949335 | |
parent | 9db4a9c7b2a3bd5b4952846bc0c2f58daa80ddd7 [diff] |
drm/i915: i915_mutex_interruptible() returns -EINTR ... so we handle that for i915_gem_fault() in the same manner as ERESTARTSYS, or we send a SIGBUS to the faulting application. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>