base: Simplify the AddrRangeMap by removing unused code
authorAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Mon, 7 Jan 2013 18:05:38 +0000 (13:05 -0500)
commite0d93fde993126a2147648586f2fa0526412d841
treeadaa3d83cd49c08ab6d0604d5e753eade6bc5a67
parente65de3f5ca1d1a91265d09b1950a2d69c620631b
base: Simplify the AddrRangeMap by removing unused code

This patch cleans up the AddrRangeMap in preparation for the addition
of interleaving by removing unused code. The non-const editions of
find are never used, and hence the duplication is not needed.
src/base/addr_range_map.hh
src/mem/physical.cc