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)
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>

No differences found