commit | fcfc638c6b1345b6646523dbab0065b36a868ffc | [log] [tgz] |
---|---|---|
author | Alexey Y. Starikovskiy <alexey.y.starikovskiy@intel.com> | Tue Sep 26 04:18:16 2006 -0400 |
committer | Len Brown <len.brown@intel.com> | Sat Oct 14 01:50:09 2006 -0400 |
tree | 3355d5feeb47df2d7f3fef5a145b17b5f7a91055 | |
parent | b4bd8c66435a8cdf8c90334fb3b517a23ff2ab95 [diff] |
ACPI: Remove deferred execution from global lock acquire wakeup path 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>