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:
1c6b4aa
)
Use mutexes instead of semaphores in I2O driver
author
Matthias Kaehlcke
<matthias.kaehlcke@gmail.com>
Mon, 16 Jul 2007 06:39:49 +0000
(23:39 -0700)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:41 +0000
(09:05 -0700)
The I2O driver uses two semaphores as mutexes. Use the mutex API instead of
the (binary) semaphores.
Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found