ACPICA: Fix wrong resource descriptor length for 64-bit build
authorBob Moore <robert.moore@intel.com>
Fri, 4 Jul 2008 02:56:13 +0000 (10:56 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 23 Oct 2008 03:14:35 +0000 (23:14 -0400)
commit9db4fcd99f7ef886ded97cd26a8642c70fbe34df
tree51f454934a9973f43ad01c3040469fa8d362639f
parente56f561736e340a4e923b0db65f65dabf5d94823
ACPICA: Fix wrong resource descriptor length for 64-bit build

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 <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
include/acpi/actypes.h