diff options
author | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-10 02:00:37 -0400 |
---|---|---|
committer | Ron Dreslinski <rdreslin@umich.edu> | 2006-10-10 02:00:37 -0400 |
commit | 89e80ccc203891f056a587b777fde9efddaba18f (patch) | |
tree | 21e436ccf0d25b4a3b14e916b82fe60a9a7c1874 | |
parent | a0472af008bd13d8a4850ef67b0ef08d37cfb8f8 (diff) | |
download | gem5-89e80ccc203891f056a587b777fde9efddaba18f.tar.xz |
Fix another merge issue
--HG--
extra : convert_revision : 2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc
-rw-r--r-- | src/mem/packet.hh | 3 |
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. */ |