]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf125094491abf712e36a2c44fd97cdf800e7bcb2
tree05a861b959abe5f254dd706995ce2a4ceb22c88a
parent63437f6cffd99e2e5b2328eb7f2761273ca1f716
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