summaryrefslogtreecommitdiff
path: root/src/mem/packet.hh
diff options
context:
space:
mode:
authorRon Dreslinski <rdreslin@umich.edu>2006-10-10 02:00:37 -0400
committerRon Dreslinski <rdreslin@umich.edu>2006-10-10 02:00:37 -0400
commit89e80ccc203891f056a587b777fde9efddaba18f (patch)
tree21e436ccf0d25b4a3b14e916b82fe60a9a7c1874 /src/mem/packet.hh
parenta0472af008bd13d8a4850ef67b0ef08d37cfb8f8 (diff)
downloadgem5-89e80ccc203891f056a587b777fde9efddaba18f.tar.xz
Fix another merge issue
--HG-- extra : convert_revision : 2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc
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 426f14421..3d43615bf 100644
--- a/src/mem/packet.hh
+++ b/src/mem/packet.hh
@@ -178,9 +178,6 @@ class Packet
IsUpgrade = 1 << 9,
HasData = 1 << 10
};
-//For statistics we need max number of commands, hard code it at
-//20 for now. @todo fix later
-#define NUM_MEM_CMDS 1 << 10
public:
/** List of all commands associated with a packet. */