drivers/edac: change from semaphore to mutex operation
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Thu, 19 Jul 2007 08:49:38 +0000 (01:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 19 Jul 2007 17:04:53 +0000 (10:04 -0700)
commit63b7df9101895d1f0a259c567b3bab949a23075f
tree05a861b959abe5f254dd706995ce2a4ceb22c88a
parent1a9b85e6b36cdd046b0a354c38af20a7155272b8
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 <matthias.kaehlcke@gmail.com>
Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/edac/edac_mc.c