Cache: Split invalidateBlk up to seperate block vs. tags
authorLena Olson <lena@cs.wisc.edu>
Tue, 11 Sep 2012 18:14:49 +0000 (14:14 -0400)
committerLena Olson <lena@cs.wisc.edu>
Tue, 11 Sep 2012 18:14:49 +0000 (14:14 -0400)
commit584eba3ab66c8f95e2344cf7115ec2fb13604eb1
treea616f7cd709a46c6c1fe3c55d4d190f02e5261c7
parentfe5deb4a22260b3e67839fb1efa978cff51e79ba
Cache: Split invalidateBlk up to seperate block vs. tags

This seperates the functionality to clear the state in a block into
blk.hh and the functionality to udpate the tag information into the
tags.  This gets rid of the case where calling invalidateBlk on an
already-invalid block does something different than calling it on a
valid block, which was confusing.
src/mem/cache/blk.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/iic.cc
src/mem/cache/tags/iic.hh
src/mem/cache/tags/lru.cc
src/mem/cache/tags/lru.hh