summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <stever@eecs.umich.edu>2007-07-22 21:43:38 -0700
committerSteve Reinhardt <stever@eecs.umich.edu>2007-07-22 21:43:38 -0700
commit82e2a3557672864f0ea3ae64dad61681546aaf07 (patch)
tree1f0b74fe61274972525694ef6ad4bfbcb8b60231 /src/mem/packet.hh
parentfe442f67adad74130bb496061f2e13a993bdfcdd (diff)
downloadgem5-82e2a3557672864f0ea3ae64dad61681546aaf07.tar.xz
Replace lowerMSHRPending flag with more robust scheme
based on following Packet senderState links. --HG-- extra : convert_revision : 9027d59bd7242aa0e4275bf94d8b1fb27bd59d79
Diffstat (limited to 'src/mem/packet.hh')
-rw-r--r--src/mem/packet.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/packet.hh b/src/mem/packet.hh
index 779ea49a2..036bd3fd7 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -257,7 +257,6 @@ class Packet : public FastAlloc
Shared,
// Special control flags
ExpressSnoop,
- LowerMSHRPending, // not yet in service
NUM_PACKET_FLAGS
};
@@ -323,8 +322,6 @@ class Packet : public FastAlloc
// Special control flags
void setExpressSnoop() { flags[ExpressSnoop] = true; }
bool isExpressSnoop() { return flags[ExpressSnoop]; }
- void setLowerMSHRPending() { flags[LowerMSHRPending] = true; }
- bool lowerMSHRPending() { return flags[LowerMSHRPending]; }
// Network error conditions... encapsulate them as methods since
// their encoding keeps changing (from result field to command