From: Bob Moore Date: Fri, 2 Feb 2007 16:48:18 +0000 (+0300) Subject: ACPICA: Delete recursive feature of ACPI Global Lock X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~9^2~85 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c81da66608d65dab04730582dfdfcdcab779e2fe;p=pandora-kernel.git ACPICA: Delete recursive feature of ACPI Global Lock Completed a new design and implementation for the ACPI Global Lock support. On the OS side, the global lock is now treated as a standard AML mutex. Previously, multiple OS threads could acquire the global lock simultaneously, but this could cause the BIOS to be starved by the lock in cases such as the Embedded Controller driver, where there is a tight coupling between the OS and the BIOS. Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed