From 63b7df9101895d1f0a259c567b3bab949a23075f Mon Sep 17 00:00:00 2001 From: Matthias Kaehlcke Date: Thu, 19 Jul 2007 01:49:38 -0700 Subject: [PATCH] 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-format-patch failed