From: Lin Ming Date: Thu, 10 Apr 2008 15:06:43 +0000 (+0400) Subject: ACPICA: Update behavior of CopyObject to match ACPI spec X-Git-Tag: v2.6.26-rc1~101^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3df4dadd446c0d7195f2bbe86dd5174426d8090;p=pandora-kernel.git ACPICA: Update behavior of CopyObject to match ACPI spec Fixed a problem where a CopyObject to RegionField, BankField, and IndexField objects did not perform an implicit conversion as it should. These types must retain their initial type permanently as per the ACPI specification. However, a CopyObject to all other object types should not perform an implicit conversion, as per the ACPI specification. http://www.acpica.org/bugzilla/show_bug.cgi?id=388 Signed-off-by: Lin Ming Signed-off-by: Bob Moore Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed