projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0472af
)
Fix another merge issue
author
Ron Dreslinski
<rdreslin@umich.edu>
Tue, 10 Oct 2006 06:00:37 +0000
(
02:00
-0400)
committer
Ron Dreslinski
<rdreslin@umich.edu>
Tue, 10 Oct 2006 06:00:37 +0000
(
02:00
-0400)
--HG--
extra : convert_revision :
2b33da5e8578ea6a8bdd2d89f183c2e6b942b0fc
src/mem/packet.hh
patch
|
blob
|
history
diff --git
a/src/mem/packet.hh
b/src/mem/packet.hh
index 426f1442126b509ca1048812b32f5f13fc2638eb..3d43615bfffca498e7fc2a0bcbf01a444f07629c 100644
(file)
--- 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. */