From: Valery Podrezov Date: Fri, 2 Feb 2007 16:48:21 +0000 (+0300) Subject: ACPICA: Eliminate control method 2-pass parse/execute. X-Git-Tag: v2.6.21-rc2~42^2~12^2^2~9^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bc75cff4919f9d947982d805aed89582a20d04d;p=pandora-kernel.git ACPICA: Eliminate control method 2-pass parse/execute. Completed an AML interpreter performance enhancement for control method execution. Previously a 2-pass parse/execution, control methods are now completely parsed and executed in single pass. This improves overall interpreter performance by ~25%, reduces code size, and reduces CPU stack use. Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed