From: Bob Moore Date: Fri, 2 Feb 2007 16:48:20 +0000 (+0300) Subject: ACPICA: Re-implement interpreters' "serialized mode" X-Git-Tag: v2.6.21-rc1~92^2~32^2^2~9^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ba753acb372c2955a4843302e92e49ce82e2fea;p=pandora-kernel.git ACPICA: Re-implement interpreters' "serialized mode" Enhanced the implementation of the interpreters' serialized mode (boot with "acpi_serialize" to set acpi_glb_all_methods_serialized flag.) When this mode is specified, instead of creating a serialization semaphore per control method, the interpreter lock is simply no longer released before a blocking operation during control method execution. This effectively makes the AML Interpreter single-threaded. The overhead of a semaphore per-method is eliminated. Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed