From: Daniel Vetter Date: Thu, 12 Sep 2013 15:57:28 +0000 (+0200) Subject: drm/i915: kill set_need_resched X-Git-Tag: v3.12-rc2~3^2~2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571c608d06df2d50233263d233a32edab1842865;p=pandora-kernel.git drm/i915: kill set_need_resched This is just a remnant from the old days when our reset handling was horribly racy, suffered from terribly locking issues and often happily live-locked. Those days are now gone so we can drop the hacks and just rip the reschedule-point out. Reported-by: Peter Zijlstra Cc: Peter Zijlstra Cc: Linux Kernel Mailing List Reviewed-by: Chris Wilson Acked-by: Peter Zijlstra Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed