drm/nouveau: Avoid lock dependency between ramht and ramin spinlocks.
authorFrancisco Jerez <currojerez@riseup.net>
Mon, 11 Oct 2010 01:37:32 +0000 (03:37 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Thu, 18 Nov 2010 04:38:22 +0000 (14:38 +1000)
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 <currojerez@riseup.net>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>

No differences found