diff options
author | Lisa Hsu <hsul@eecs.umich.edu> | 2008-10-23 16:11:28 -0400 |
---|---|---|
committer | Lisa Hsu <hsul@eecs.umich.edu> | 2008-10-23 16:11:28 -0400 |
commit | 7a28ab2d1898153660fbc01413fcfcd30685a987 (patch) | |
tree | ff96e7881acd7eaab05b0de204bcb4a5ac4ac34d /src/mem/config | |
parent | 9836d81c2bba97e36c43ca22feee1d51a12ce6ac (diff) | |
download | gem5-7a28ab2d1898153660fbc01413fcfcd30685a987.tar.xz |
remove the totally obsolete split cache
Diffstat (limited to 'src/mem/config')
-rw-r--r-- | src/mem/config/cache.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/config/cache.hh b/src/mem/config/cache.hh index 24da04021..946ed444f 100644 --- a/src/mem/config/cache.hh +++ b/src/mem/config/cache.hh @@ -36,7 +36,4 @@ */ #define USE_CACHE_LRU 1 #define USE_CACHE_FALRU 1 -// #define USE_CACHE_SPLIT 1 -// #define USE_CACHE_SPLIT_LIFO 1 #define USE_CACHE_IIC 1 - |