]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ACPICA: Handle mis-matched package length
authorBob Moore <robert.moore@intel.com>
Fri, 2 Feb 2007 16:48:18 +0000 (19:48 +0300)
committerLen Brown <len.brown@intel.com>
Sat, 3 Feb 2007 02:14:20 +0000 (21:14 -0500)
commit24058054d781934df526be114c612cf2b29cf4e7
tree66ca3e558fea81ec8ec38127f49df17c88f51115
parentc9e3ba2c1d178195e17bb4f1d49c32e0be8dbb16
ACPICA: Handle mis-matched package length

Implement support within the AML interpreter for
package objects that contain a mismatch between the AML
length and package element count. In this case, the lesser
of the two is used. Some BIOS code apparently modifies
the package length on the fly, and this change supports
this. Provides compatibility with the MS AML interpreter.

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/dispatcher/dsobject.c