From: Bob Moore Date: Thu, 21 May 2009 02:04:33 +0000 (+0800) Subject: ACPICA: Fix allowable release order for ASL mutex objects X-Git-Tag: v2.6.31-rc1~319^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=315c728887f198d12eb6ec7ef9d88483018c11cb;p=pandora-kernel.git 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 Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed