From: Francisco Jerez Date: Mon, 11 Oct 2010 01:37:32 +0000 (+0200) Subject: drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks. X-Git-Tag: v2.6.37-rc3~8^2~3^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bb94d26ad62ca1d6b5e11db6e26425785cc46ac;p=pandora-kernel.git drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks. The ramht code called some gpuobj functions with the HARDIRQ-safe RAMHT spinlock held, this could potentially lead to a dead lock because ramin_lock is HARDIRQ-unsafe. Signed-off-by: Francisco Jerez Signed-off-by: Ben Skeggs --- Reading git-diff-tree failed