base: Add support for merging of interleaved address ranges
Review Request #1584 - Created Dec. 6, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Andreas Hansson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9382:cf9bfe6912de --------------------------- base: Add support for merging of interleaved address ranges This patch adds support for merging a vector of interleaved address ranges into a contigous range. The functionality will be used in the interconnect and the PhysicalMemory to transform interleaved memory ranges to contigous ranges before passing them on. The actual use of the merging is appearing in future patches.
util/regress all passing (disregarding t1000 and eio)
