Re: [PATCH 8/36] drivers edac chaange to mutex operation

2007-06-07 Thread Andrew Morton
On Sun, 3 Jun 2007 07:40:16 -0700 (PDT) Doug Thompson <[EMAIL PROTECTED]> wrote: > -static DECLARE_MUTEX(mem_ctls_mutex); > +static DEFINE_MUTEX(mem_ctls_mutex); doh. OK. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More m

[PATCH 8/36] drivers edac chaange to mutex operation

2007-06-03 Thread Doug Thompson
From: Matthias Kaehlcke <[EMAIL PROTECTED]> 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 <[EMAIL PR