commit | 315c728887f198d12eb6ec7ef9d88483018c11cb | [log] [tgz] |
---|---|---|
author | Bob Moore <robert.moore@intel.com> | Thu May 21 10:04:33 2009 +0800 |
committer | Len Brown <len.brown@intel.com> | Wed May 27 00:32:24 2009 -0400 |
tree | 113a26776f42e45d7431123307f845e3cb3ecd93 | |
parent | 10a3b461a258f52b17fb8e35edf3625726eca9a8 [diff] |
ACPICA: Fix allowable release order for ASL mutex objects The ACPI 4.0 specification has been changed to make the SyncLevel for mutex objects more useful. When releasing a mutex, the synclevel of the mutex must now be the same as the current sync level. This makes more sense. This change updates the code to match the spec. 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>