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:
8a3628d
)
[PATCH] IPMI: convert from semaphores to mutexes
author
Corey Minyard
<minyard@acm.org>
Fri, 31 Mar 2006 10:30:41 +0000
(
02:30
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:54 +0000
(12:18 -0800)
Convert the remaining semaphores to mutexes in the IPMI driver. The
watchdog was using a semaphore as a real semaphore (for IPC), so the
conversion there required adding a completion.
Signed-off-by: Corey Minyard <minyard@acm.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found