mem: Fix guest corruption when caches handle uncacheable accesses
[gem5.git] / src / mem / physical.hh
index 10edeb18fb515de01fb989d25a1687c9a0b79171..02fefb47886dc30e9760d1f3862012c082922468 100644 (file)
@@ -135,7 +135,9 @@ class PhysicalMemory : public Serializable
 
     /**
      * Get the memory ranges for all memories that are to be reported
-     * to the configuration table.
+     * to the configuration table. The ranges are merged before they
+     * are returned such that any interleaved ranges appear as a
+     * single range.
      *
      * @return All configuration table memory ranges
      */