mem: Remove redundant findVictim() input argument
authorAmin Farmahini <aminfar@gmail.com>
Wed, 29 Jan 2014 00:00:50 +0000 (18:00 -0600)
committerAmin Farmahini <aminfar@gmail.com>
Wed, 29 Jan 2014 00:00:50 +0000 (18:00 -0600)
commitffbdaa7cce32bfb18f0c97b9c5f19d1aa54da503
tree8719d8b83bf57b012d3417d956e440a86726f9df
parent575a73f4a11432e11167537fb301dfc5d088810f
mem: Remove redundant findVictim() input argument
The patch
(1) removes the redundant writeback argument from findVictim()
(2) fixes the description of access() function

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
src/mem/cache/cache.hh
src/mem/cache/cache_impl.hh
src/mem/cache/tags/fa_lru.cc
src/mem/cache/tags/fa_lru.hh
src/mem/cache/tags/lru.cc
src/mem/cache/tags/lru.hh