commit | 8b3db9c542e18b71d4820da4dd9401ee030feacb | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Jul 03 00:24:28 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Jul 03 15:27:00 2006 -0700 |
tree | 93e093fcb0a01b3ee06329e57d92d73d66207edd | |
parent | d7e9629de051bb4b1d104588cd97673ad770809e [diff] |
[PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() API lockdep needs to have the waitqueue lock initialized for on-stack waitqueues implicitly initialized by DECLARE_COMPLETION(). Introduce the API. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>