mem: Change accessor function names to match the port interface
authorAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:06 +0000 (05:56 -0500)
committerAndreas Hansson <andreas.hansson@arm.com>
Tue, 19 Feb 2013 10:56:06 +0000 (05:56 -0500)
commit40d0e6c899d5da400c9647496532a8fb1ef64b7b
tree2d449d0c6ef57cb5261541e1bd1899878766bb8b
parentb3fc8839c4727da575ed916cbd6a76d8ad5fc644
mem: Change accessor function names to match the port interface

This patch changes the names of the cache accessor functions to be in
line with those used by the ports. This is done to avoid confusion and
get closer to a one-to-one correspondence between the interface of the
memory object (the cache in this case) and the port itself.

The member function timingAccess has been split into a snoop/non-snoop
part to avoid branching on the isResponse() of the packet.
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh