X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=kernel%2Fmutex.c;h=12c779dc65d48a56f1941cc41d73f9593828cf0a;hb=0d0f3ef248e359b7363830fbd6df23897bbd1ceb;hp=bcdc9ac8ef60da5a2937ce8205e58ab2a2350deb;hpb=1e09481365ce248dbb4eb06dad70129bb5807037;p=pandora-kernel.git diff --git a/kernel/mutex.c b/kernel/mutex.c index bcdc9ac8ef60..12c779dc65d4 100644 --- a/kernel/mutex.c +++ b/kernel/mutex.c @@ -34,6 +34,7 @@ /*** * mutex_init - initialize the mutex * @lock: the mutex to be initialized + * @key: the lock_class_key for the class; used by mutex lock debugging * * Initialize the mutex to unlocked state. *