From: Bob Moore Date: Tue, 14 Feb 2012 10:29:55 +0000 (+0800) Subject: ACPICA: Expand OSL memory read/write interfaces to 64 bits X-Git-Tag: v3.4-rc1~18^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=653f4b538f66d37db560e0f56af08117136d29b7;p=pandora-kernel.git ACPICA: Expand OSL memory read/write interfaces to 64 bits This change expands acpi_os_read_memory and acpi_os_write_memory to a full 64 bits. This allows 64 bit transfers via the acpi_read and acpi_write interfaces. Note: The internal acpi_hw_read and acpi_hw_write interfaces remain at 32 bits, because 64 bits is not needed to access the standard ACPI registers. Signed-off-by: Bob Moore Signed-off-by: Lin Ming Signed-off-by: Len Brown --- Reading git-diff-tree failed