mem: Tighten up cache constness and scoping
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 15 Feb 2013 22:40:10 +0000 (17:40 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 15 Feb 2013 22:40:10 +0000 (17:40 -0500)
commitf6550b3d201b6b6a44b107b8fd662090095fe04b
tree01d255d0ff75c53a32d70d04ee4150650ebe430a
parent2f3b322280a742069fd8965d723a2205a4a8cc00
mem: Tighten up cache constness and scoping

This patch merely adopts a more strict use of const for the cache
member functions and variables, and also moves a large portion of the
member functions from public to protected.
src/mem/cache/base.hh
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh