ACPICA: Fix allowable release order for ASL mutex objects
authorBob Moore <robert.moore@intel.com>
Thu, 21 May 2009 02:04:33 +0000 (10:04 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 27 May 2009 04:32:24 +0000 (00:32 -0400)
commit315c728887f198d12eb6ec7ef9d88483018c11cb
tree113a26776f42e45d7431123307f845e3cb3ecd93
parent10a3b461a258f52b17fb8e35edf3625726eca9a8
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>
drivers/acpi/acpica/exmutex.c