mem: Move cache_impl.hh to cache.cc
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Aug 2015 11:03:20 +0000 (07:03 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 21 Aug 2015 11:03:20 +0000 (07:03 -0400)
commit1bf389a2bf95980efa6d2648a05bda2634dbec64
tree0adf900f2348eeda2bb211a3e93e275169092bc0
parentae06e9a5c640e376d8997409180e4ac1d57838b2
mem: Move cache_impl.hh to cache.cc

There is no longer any need to keep the implementation in a header.
src/mem/cache/base.hh
src/mem/cache/cache.cc
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh [deleted file]