git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4bd8c6
)
ACPI: Remove deferred execution from global lock acquire wakeup path
author
Alexey Y. Starikovskiy
<alexey.y.starikovskiy@intel.com>
Tue, 26 Sep 2006 08:18:16 +0000
(
04:18
-0400)
committer
Len Brown
<len.brown@intel.com>
Sat, 14 Oct 2006 05:50:09 +0000
(
01:50
-0400)
On acquiring the ACPI global lock, if there were sleepers on the lock,
we used to use acpi_os_execute() to defer a thread which would signal
sleepers. Now just signal the semaphore directly.
http://bugzilla.kernel.org/show_bug.cgi?id=5534#c159
Signed-off-by: Len Brown <len.brown@intel.com>
No differences found