summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
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