From: Bob Moore Date: Wed, 12 Nov 2008 07:02:00 +0000 (+0800) Subject: ACPICA: Optimize execution of AML While loops X-Git-Tag: v2.6.29-rc1~34^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96411a630412f057d365aa1e9de7d23c069d627a;p=pandora-kernel.git ACPICA: Optimize execution of AML While loops Previously, a control state object was allocated and freed for each execution of the loop. The optimization is to simply reuse the control state for each iteration. This speeds up the raw loop execution time by about 5%. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed