commit | ef805d956320ffa36d068673d5c5eb2a7d13209b | [log] [tgz] |
---|---|---|
author | Lin Ming <ming.m.lin@intel.com> | Thu Apr 10 19:06:41 2008 +0400 |
committer | Len Brown <len.brown@intel.com> | Tue Apr 22 14:29:28 2008 -0400 |
tree | efc621915bc0909d99f523551c062390cc3afa0b | |
parent | 57345ee6b807d32e5eecf724a463378b80cc261c [diff] [blame] |
ACPICA: Implemented full argument resolution support for the BankValue argument to BankField Previously, only constants were supported, now any TermArg may be used. http://www.acpica.org/bugzilla/show_bug.cgi?id=387 http://www.acpica.org/bugzilla/show_bug.cgi?id=393 Signed-off-by: Lin Ming <ming.m.lin@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>
diff --git a/drivers/acpi/utilities/utobject.c b/drivers/acpi/utilities/utobject.c index e08b3fa..1eccd3d 100644 --- a/drivers/acpi/utilities/utobject.c +++ b/drivers/acpi/utilities/utobject.c
@@ -107,6 +107,7 @@ switch (type) { case ACPI_TYPE_REGION: case ACPI_TYPE_BUFFER_FIELD: + case ACPI_TYPE_LOCAL_BANK_FIELD: /* These types require a secondary object */