summaryrefslogtreecommitdiff
path: root/src/mem/cache/base.hh
diff options
context:
space:
mode:
authorCurtis Dunham <Curtis.Dunham@arm.com>2014-12-02 06:08:17 -0500
committerCurtis Dunham <Curtis.Dunham@arm.com>2014-12-02 06:08:17 -0500
commit7ca27dd3ccc2bcd3b77480179030d07f50c3d2d9 (patch)
treed663a1fc2e9797d90672656a9fd110df6d777ba6 /src/mem/cache/base.hh
parentdf37cad0fdf262ffbfd1b680e7fb8ef7689885ad (diff)
downloadgem5-7ca27dd3ccc2bcd3b77480179030d07f50c3d2d9.tar.xz
mem: Remove WriteInvalidate support
Prepare for a different implementation following in the next patch
Diffstat (limited to 'src/mem/cache/base.hh')
-rw-r--r--src/mem/cache/base.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mem/cache/base.hh b/src/mem/cache/base.hh
index 297b80180..845a689a4 100644
--- a/src/mem/cache/base.hh
+++ b/src/mem/cache/base.hh
@@ -94,7 +94,6 @@ class BaseCache : public MemObject
Blocked_NoMSHRs = MSHRQueue_MSHRs,
Blocked_NoWBBuffers = MSHRQueue_WriteBuffer,
Blocked_NoTargets,
- Blocked_PendingWriteInvalidate,
NUM_BLOCKED_CAUSES
};