]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] IPMI: convert from semaphores to mutexes
authorCorey Minyard <minyard@acm.org>
Fri, 31 Mar 2006 10:30:41 +0000 (02:30 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:54 +0000 (12:18 -0800)
commitc6d3c9f06fc79d658f3e75d01011395aeda840a2
treeff6c77f2d2e8bcb5b765bdaa4198243e043031aa
parent639a244e2443d6812f488c3b67a8b6cc90b7eab8
[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>
drivers/char/ipmi/ipmi_devintf.c
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c
drivers/char/ipmi/ipmi_watchdog.c