From: Bob Moore Date: Fri, 4 Jul 2008 02:56:13 +0000 (+0800) Subject: ACPICA: Fix wrong resource descriptor length for 64-bit build X-Git-Tag: v2.6.27.15~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=870346e874245447a5097bc1513acb45478c0a7a;p=pandora-kernel.git ACPICA: Fix wrong resource descriptor length for 64-bit build commit 9db4fcd99f7ef886ded97cd26a8642c70fbe34df upstream. The "minimal" descriptors such as EndTag are calculated as 12 bytes long, but the actual length in the internal descriptor is 16 because of the round-up to 8 on 64-bit build. http://www.acpica.org/bugzilla/show_bug.cgi?id=728 Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Andi Kleen Signed-off-by: Len Brown Cc: Thomas Renninger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed