diff options
| author | Ingo Molnar <mingo@elte.hu> | 2008-08-14 06:19:59 -0400 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2008-08-14 06:19:59 -0400 |
| commit | 8d7ccaa545490cdffdfaff0842436a8dd85cf47b (patch) | |
| tree | 8129b5907161bc6ae26deb3645ce1e280c5e1f51 /kernel/mutex.c | |
| parent | b2139aa0eec330c711c5a279db361e5ef1178e78 (diff) | |
| parent | 30a2f3c60a84092c8084dfe788b710f8d0768cd4 (diff) | |
Merge commit 'v2.6.27-rc3' into x86/prototypes
Conflicts:
include/asm-x86/dma-mapping.h
Signed-off-by: Ingo Molnar <mingo@elte.hu>
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 | * |
