ACPICA: Eliminate acpi_native_uint type v2
[deliverable/linux.git] / drivers / acpi / executer / exregion.c
index 7cd8bb54fa016ba38aa07a7f1109e8304a7a8c05..7a41c409ae4d89e14165c8f28bdc131d88d1b5e1 100644 (file)
@@ -156,7 +156,7 @@ acpi_ex_system_memory_space_handler(u32 function,
                /* Create a new mapping starting at the address given */
 
                mem_info->mapped_logical_address =
-                   acpi_os_map_memory((acpi_native_uint) address, window_size);
+                       acpi_os_map_memory((acpi_physical_address) address, window_size);
                if (!mem_info->mapped_logical_address) {
                        ACPI_ERROR((AE_INFO,
                                    "Could not map memory at %8.8X%8.8X, size %X",
This page took 0.025961 seconds and 5 git commands to generate.