mem: Skip address mapper range checks to allow more flexibility
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)
commitcaf6786ad5a0cc8c0f6262347640ebe49a8ad093
treeba4214fe1c2583c3196a55449e173f4b1216126e
parent71da1d21578b6f9cf5b43bd4648f313326849533
mem: Skip address mapper range checks to allow more flexibility

This patch makes the address mapper less stringent about checking the
before and after ranges, i.e. the original and remapped ranges. The
checks were not really necessary, and there are situations when the
previous checks were too strict.
src/mem/addr_mapper.cc