diff options
author | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:39 -0500 |
---|---|---|
committer | Andreas Sandberg <Andreas.Sandberg@ARM.com> | 2013-01-07 13:05:39 -0500 |
commit | d44f2f611ff51941a8702a33a0bc57d7f574e462 (patch) | |
tree | 85928f5bc95981755c11118a62c42fc28e1e6a0f /src/mem/config/cache.hh | |
parent | 9364d35b8bce516459be09bb13891600921e9e6e (diff) | |
download | gem5-d44f2f611ff51941a8702a33a0bc57d7f574e462.tar.xz |
mem: Remove the IIC replacement policy
The IIC replacement policy seems to be unused and has probably
gathered too much bit rot to be useful. This patch removes the IIC and
its associated cache parameters.
Diffstat (limited to 'src/mem/config/cache.hh')
-rw-r--r-- | src/mem/config/cache.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/config/cache.hh b/src/mem/config/cache.hh index 946ed444f..0b7839410 100644 --- a/src/mem/config/cache.hh +++ b/src/mem/config/cache.hh @@ -36,4 +36,4 @@ */ #define USE_CACHE_LRU 1 #define USE_CACHE_FALRU 1 -#define USE_CACHE_IIC 1 + |