diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-08-15 12:15:17 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-08-15 12:15:17 -0400 |
| commit | f3efbe582b5396d134024c03a5fa253f2a85d9a6 (patch) | |
| tree | e4e15b7567b82d24cb1e7327398286a2b88df04c /kernel/mutex.c | |
| parent | 05d3ed0a1fe3ea05ab9f3b8d32576a0bc2e19660 (diff) | |
| parent | b635acec48bcaa9183fcbf4e3955616b0d4119b5 (diff) | |
Merge branch 'linus' into x86/gart
Diffstat (limited to 'kernel/mutex.c')
| -rw-r--r-- | kernel/mutex.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
| 34 | /*** | 34 | /*** |
| 35 | * mutex_init - initialize the mutex | 35 | * mutex_init - initialize the mutex |
| 36 | * @lock: the mutex to be initialized | 36 | * @lock: the mutex to be initialized |
| 37 | * @key: the lock_class_key for the class; used by mutex lock debugging | ||
| 37 | * | 38 | * |
| 38 | * Initialize the mutex to unlocked state. | 39 | * Initialize the mutex to unlocked state. |
| 39 | * | 40 | * |
