From: Andy Walls Date: Sun, 16 Nov 2008 23:18:05 +0000 (-0300) Subject: V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexes X-Git-Tag: v2.6.29-rc1~556^2~298 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f576ceefb481e5617ecfb77e3a05b3d26dbf2f92;p=pandora-kernel.git V4L/DVB (9722): cx18: Convert per stream queue spinlocks into mutexes Convert the per stream queue spinlocks into mutexes. All queue manipulation happens via the work queue or system calls into the driver, and not in an interrupt context. This reduces the amout of time the cx18 driver keeps interrupts disabled. Signed-off-by: Andy Walls Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed