From: Matthias Kaehlcke Date: Thu, 19 Jul 2007 08:49:38 +0000 (-0700) Subject: drivers/edac: change from semaphore to mutex operation X-Git-Tag: v2.6.23-rc1~324 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b7df9101895d1f0a259c567b3bab949a23075f;p=pandora-kernel.git drivers/edac: change from semaphore to mutex operation The EDAC core code uses a semaphore as mutex. use the mutex API instead of the (binary) semaphore. Matthaias wrote this, but since I had some patches ahead of it, I need to modify it to follow my patches. Signed-off-by: Matthias Kaehlcke Signed-off-by: Douglas Thompson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed