cache: Allow main memory to be at disjoint address ranges.

This commit is contained in:
Ali Saidi
2012-03-09 09:59:25 -05:00
parent cda4c2d280
commit eaa994e7f6
21 changed files with 25 additions and 27 deletions

View File

@@ -1556,9 +1556,7 @@ template<class TagStore>
AddrRangeList
Cache<TagStore>::CpuSidePort::getAddrRanges()
{
AddrRangeList ranges;
ranges.push_back(cache->getAddrRange());
return ranges;
return cache->getAddrRanges();
}
template<class TagStore>