Cache: Split invalidateBlk up to seperate block vs. tags
Review Request #1294 - Created July 5, 2012 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Lena Olson | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9182:c9ca95595667 --------------------------- 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.
