commit | 11048dcf333c414f237bb713c422e68f67b115a3 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Wed May 23 14:19:41 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:09:01 2007 -0700 |
tree | 3a42905f9b946e5614568568c4ee1f8f54f54e86 | |
parent | 9f3f776bd9e3d52f0204db1df0914b50d6a2372e [diff] |
Power Management: use mutexes instead of semaphores The Power Management code uses semaphores as mutexes. Use the mutex API instead of the (binary) semaphores. Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>