commit | d6dfd1310d3562698fd7c3c086f6c239f96394ac | [log] [tgz] |
---|---|---|
author | Corey Minyard <minyard@acm.org> | Fri Mar 31 02:30:41 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Mar 31 12:18:54 2006 -0800 |
tree | ff6c77f2d2e8bcb5b765bdaa4198243e043031aa | |
parent | 8a3628d53fe5eb1d1401dd1ce16655182c1c5ffc [diff] |
[PATCH] IPMI: convert from semaphores to mutexes 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>