Review Board 2.0.15


AddrRange: Transition from Range<T> to AddrRange

Review Request #1390 - Created Sept. 3, 2012 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9187:fabe224177b7
---------------------------
AddrRange: Transition from Range<T> to AddrRange

This patch takes the final plunge and transitions from the templated
Range class to the more specific AddrRange. In doing so it changes the
obvious Range<Addr> to AddrRange, and also bumps the range_map to be
AddrRangeMap.

In addition to the obvious changes, including the removal of redundant
includes, this patch also does some house keeping in preparing for the
introduction of address interleaving support in the ranges. The Range
class is also stripped of all the functionality that is never used.
util/regress all passing (disregarding t1000 and eio)
Review request changed
Updated (Sept. 18, 2012, 8:27 p.m.)

Status: Closed (submitted)