[ACPI] ACPICA 20050930
[deliverable/linux.git] / drivers / acpi / acpi_memhotplug.c
index 2143609d29362f0b7896c7e5dc07dadfba8a64aa..b12946ccd13505c69aaca0714943e8ab8ce2f71e 100644 (file)
@@ -101,8 +101,8 @@ acpi_memory_get_device_resources(struct acpi_memory_device *mem_device)
                            address64.attribute.memory.cache_attribute;
                        mem_device->read_write_attribute =
                            address64.attribute.memory.read_write_attribute;
-                       mem_device->start_addr = address64.min_address_range;
-                       mem_device->end_addr = address64.max_address_range;
+                       mem_device->start_addr = address64.minimum;
+                       mem_device->end_addr = address64.maximum;
                }
        }
 
This page took 0.026974 seconds and 5 git commands to generate.