From: Corey Minyard Date: Fri, 31 Mar 2006 10:30:41 +0000 (-0800) Subject: [PATCH] IPMI: convert from semaphores to mutexes X-Git-Tag: v2.6.17-rc1~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dfd1310d3562698fd7c3c086f6c239f96394ac;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed