Re: [PATCH] use mutex instead of semaphore in EDAC core

2007-04-25 Thread Doug Thompson
Thanks, I will have to modify this, as the edac_mc.c has been re-written in a patch I have in my queue, but not net pushed up stream. I will generate a new quilt patch with your named acknowledged. thanks doug thompson --- Matthias Kaehlcke <[EMAIL PROTECTED]> wrote: > the EDAC core code uses

[PATCH] use mutex instead of semaphore in EDAC core

2007-04-25 Thread Matthias Kaehlcke
the EDAC core code uses a semaphore as mutex. use the mutex API instead of the (binary) semaphore Signed-off-by: Matthias Kaehlcke <[EMAIL PROTECTED]> -- diff --git a/drivers/edac/edac_mc.c b/drivers/edac/edac_mc.c index 7b62230..f217750 100644 --- a/drivers/edac/edac_mc.c +++ b/drivers/edac/edac