diff options
author | Ali Jafri <ali.jafri@arm.com> | 2015-03-27 04:55:54 -0400 |
---|---|---|
committer | Ali Jafri <ali.jafri@arm.com> | 2015-03-27 04:55:54 -0400 |
commit | 15f0d9ff1441886eb6431544d9d3571f56a14840 (patch) | |
tree | cdc598808659d1839bc3d382f613394d1e3b632e /src/cpu | |
parent | a1164154ded6c1fa3c6a94f38abfcf96aefc20aa (diff) | |
download | gem5-15f0d9ff1441886eb6431544d9d3571f56a14840.tar.xz |
mem: Rename PREFETCH_SNOOP_SQUASH flag to BLOCK_CACHED
This patch subsumes the PREFETCH_SNOOP_SQUASH flag with the more
generic BLOCK_CACHED flag. Future patches implementing cache eviction
messages can use the BLOCK_CACHED flag in almost the same manner as
hardware prefetches use the PREFETCH_SNOOP_SQUASH flag. The
PREFTECH_SNOOP_FLAG is set if the prefetch target is found in the tags
or the MSHRs in any state, so we are simply replacing calls to
setPrefetchSquashed() with setBlockCached(). The case of where the
prefetch target is found in the writeback MSHRs of upper level caches
continues to be covered by the MEM_INHIBIT flag.
Diffstat (limited to 'src/cpu')
0 files changed, 0 insertions, 0 deletions