From: Lin Ming Date: Thu, 10 Apr 2008 15:06:41 +0000 (+0400) Subject: ACPICA: Fix for SizeOf when used with Buffers and Packages X-Git-Tag: v2.6.26-rc1~101^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8246934b7cf99d1f0c053d57890775e5d0df9c33;p=pandora-kernel.git ACPICA: Fix for SizeOf when used with Buffers and Packages Fixed a problem with the SizeOf operator when used with Package and Buffer objects. These objects have deferred execution for some arguments, and the execution is now completed before the SizeOf is executed. This problem caused unexpected AE_PACKAGE_LIMIT errors on some systems. http://bugzilla.kernel.org/show_bug.cgi?id=9558 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed