git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbec1c
)
dvb/bt8xx: kill the big kernel lock
author
Arnd Bergmann
<arnd@arndb.de>
Sat, 11 Sep 2010 17:53:25 +0000
(19:53 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Tue, 19 Oct 2010 09:29:55 +0000
(11:29 +0200)
The bt8xx driver only uses the big kernel lock in its dst_ca_ioctl
function and never to serialize against other code, so we can
trivially replace it with a private mutex.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: linux-media@vger.kernel.org
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
No differences found