diff options
author | Daniel R. Carvalho <odanrc@yahoo.com.br> | 2018-10-11 14:31:56 +0200 |
---|---|---|
committer | Daniel Carvalho <odanrc@yahoo.com.br> | 2018-10-11 13:24:53 +0000 |
commit | 7ed25a91c2ead4ada3554e52525aa72044f16237 (patch) | |
tree | b83880cc1a626aec83a77b085429741766dcfc32 /src/mem/cache/SConscript | |
parent | 3341bccfe2ebec50a6a13af3f6a0bf711655fee9 (diff) | |
download | gem5-7ed25a91c2ead4ada3554e52525aa72044f16237.tar.xz |
mem-cache: Move sector_blks to tags folder
Move sector_blks.hh and sector_blks.cc to the tags folder,
as its usage scope is restricted to the tags, and caches
should not be aware of them.
Change-Id: Ia7a71f51ec251d827872daf108c87da543a0ba57
Signed-off-by: Daniel R. Carvalho <odanrc@yahoo.com.br>
Reviewed-on: https://gem5-review.googlesource.com/c/13417
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Maintainer: Nikos Nikoleris <nikos.nikoleris@arm.com>
Diffstat (limited to 'src/mem/cache/SConscript')
-rw-r--r-- | src/mem/cache/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/cache/SConscript b/src/mem/cache/SConscript index 8a4602b86..1b2638e83 100644 --- a/src/mem/cache/SConscript +++ b/src/mem/cache/SConscript @@ -38,7 +38,6 @@ Source('cache_blk.cc') Source('mshr.cc') Source('mshr_queue.cc') Source('noncoherent_cache.cc') -Source('sector_blk.cc') Source('write_queue.cc') Source('write_queue_entry.cc') |