]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3561427599bff189a46a7c2e31ce7cf604c6ba7d
tree1728249946368a4befa5ade048bafeba9d9fddce
parent435ba4a159ea218dd7bc9ad94211f5ed80fbcfe6
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