ACPICA: Expand OSL memory read/write interfaces to 64 bits
authorBob Moore <robert.moore@intel.com>
Tue, 14 Feb 2012 10:29:55 +0000 (18:29 +0800)
committerLen Brown <len.brown@intel.com>
Thu, 22 Mar 2012 05:44:54 +0000 (01:44 -0400)
commit653f4b538f66d37db560e0f56af08117136d29b7
tree1728249946368a4befa5ade048bafeba9d9fddce
parent33620c5419e8a11814dd11e02a80e6ef77a43407
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 <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/hwregs.c
drivers/acpi/acpica/hwxface.c
drivers/acpi/apei/apei-base.c
drivers/acpi/osl.c
include/acpi/acpiosxf.h