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
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
2 matches
Mail list logo