From: Bob Moore Date: Thu, 21 May 2009 02:02:34 +0000 (+0800) Subject: ACPICA: Mutex support: Fix release ordering issue and current sync level X-Git-Tag: v2.6.31-rc1~319^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a3b461a258f52b17fb8e35edf3625726eca9a8;p=pandora-kernel.git 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 Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed