commit | 10a3b461a258f52b17fb8e35edf3625726eca9a8 | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Thu May 21 10:02:34 2009 +0800 |
committer | Len Brown <len.brown@intel.com> | Wed May 27 00:32:24 2009 -0400 |
tree | 9fa487b04ecb9007f6eac30ee9a6ecb4c179090e | |
parent | ba9e2ae443feb7231d9631ea0f62b63e26cfb9b1 [diff] |
ACPICA: Mutex support: Fix release ordering issue and current sync level Fixes a problem where if multiple mutexes of the same sync level are acquired but then not released in strict opposite order, the current sync level becomes confused and can cause errors. ACPICA BZ 471. http://acpica.org/bugzilla/show_bug.cgi?id=471 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>