Review Board 2.0.15


Port: Make getAddrRanges const

Review Request #1257 - Created June 6, 2012 and submitted - Latest diff uploaded

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 9068:85173f3261a2
---------------------------
Port: Make getAddrRanges const

This patch makes getAddrRanges const throughout the code base. There
is no reason why it should not be, and making it const prevents adding
any unintentional side-effects.
util/regress all passing (disregarding t1000 and eio)