> Thanks for your clarify. What's the relationship between memory ranges > and address ranges here? The ranges in the SRAT table might cover more memory than is present on the system. E.g. on some large Itanium systems the SRAT table would say that 0-1TB was on node0, 1-2TB on node1, etc. The EFI memory map described the memory actually present (perhaps just a handful of GB on each node). X86 systems tend not to have such radically sparse layouts, so this may be less of a distinction. > What's the relationship between memory/address ranges and /proc/iomem? I *think* that /proc/iomem just shows what is in e820 (for the memory entries, it also adds in I/O ranges that come from other ACPI sources). -Tony -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href