mem: Remove redundant allocateUncachedReadBuffer in cache
authorAndreas Hansson <andreas.hansson@arm.com>
Fri, 27 Mar 2015 08:55:59 +0000 (04:55 -0400)
committerAndreas Hansson <andreas.hansson@arm.com>
Fri, 27 Mar 2015 08:55:59 +0000 (04:55 -0400)
commit801ce65eaeda04017ac0df544eaa4c8ffae98455
tree1e6460eeda8a806a611af3d0b806044e80a2cb6d
parentfe806a0dd7daef6cd42f78d7caaafcb5db9fd6a5
mem: Remove redundant allocateUncachedReadBuffer in cache

This patch removes the no-longer-needed
allocateUncachedReadBuffer. Besides the checks it is exactly the same
as allocateMissBuffer and thus provides no value.
src/mem/cache/base.hh
src/mem/cache/cache_impl.hh