mem: Remove unused cache squash functionality
Tidying up.
This commit is contained in:
7
src/mem/cache/cache.hh
vendored
7
src/mem/cache/cache.hh
vendored
@@ -342,13 +342,6 @@ class Cache : public BaseCache
|
||||
*/
|
||||
bool invalidateVisitor(CacheBlk &blk);
|
||||
|
||||
/**
|
||||
* Squash all requests associated with specified thread.
|
||||
* intended for use by I-cache.
|
||||
* @param threadNum The thread to squash.
|
||||
*/
|
||||
void squash(int threadNum);
|
||||
|
||||
/**
|
||||
* Generate an appropriate downstream bus request packet for the
|
||||
* given parameters.
|
||||
|
||||
Reference in New Issue
Block a user