]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/base/power/main.c
Power Management: use mutexes instead of semaphores
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Wed, 23 May 2007 21:19:41 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:09:01 +0000 (16:09 -0700)
commit11048dcf333c414f237bb713c422e68f67b115a3
tree3a42905f9b946e5614568568c4ee1f8f54f54e86
parent9f3f776bd9e3d52f0204db1df0914b50d6a2372e
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>
drivers/base/power/main.c
drivers/base/power/power.h
drivers/base/power/resume.c
drivers/base/power/runtime.c
drivers/base/power/suspend.c