From: Chris Wilson Date: Fri, 11 Feb 2011 20:31:19 +0000 (+0000) Subject: drm/i915: i915_mutex_interruptible() returns -EINTR X-Git-Tag: v2.6.39-rc1~458^2~9^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed636abeaa3d8e8279e95380cb10ecb20d1b276;p=pandora-kernel.git 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 --- Reading git-diff-tree failed