ACPICA: Fix for Alias references within Package objects
commit09079250db4d470f75eddcce31e0229c92d6c3bf
authorBob Moore <robert.moore@intel.com>
Tue, 6 Jul 2010 02:37:13 +0000 (6 10:37 +0800)
committerLen Brown <len.brown@intel.com>
Wed, 7 Jul 2010 02:34:27 +0000 (6 22:34 -0400)
treec96fc293cf1954f09c101b192dbd048e6eece164
parent150dba38f0c3d2d5f5edc58145d202de08ed623c
ACPICA: Fix for Alias references within Package objects

This fixes a problem where a reference to an Alias within the
definition of a Package was not always resolved properly. Aliases
to objects like Processors, ThermalZones, etc. were resolved to the
actual object instead of a reference to the object as it should be.
Package objects are only allowed to contain integer, string,
buffer, package, and reference objects.

https://bugzilla.redhat.com/show_bug.cgi?id=608648

Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/acpica/dsobject.c