projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
beed20d
)
Ruby: Remove extra statements from Sequencer
author
Nilay Vaish
<nilay@cs.wisc.edu>
Wed, 25 Apr 2012 22:52:03 +0000
(17:52 -0500)
committer
Nilay Vaish
<nilay@cs.wisc.edu>
Wed, 25 Apr 2012 22:52:03 +0000
(17:52 -0500)
src/mem/ruby/system/Sequencer.cc
patch
|
blob
|
history
diff --git
a/src/mem/ruby/system/Sequencer.cc
b/src/mem/ruby/system/Sequencer.cc
index 5f64a1ba45f92ccb1998b3c2467567b3577d5b15..4109a06fd8bbe60fb63a7e79823cf1a0702dad01 100644
(file)
--- a/
src/mem/ruby/system/Sequencer.cc
+++ b/
src/mem/ruby/system/Sequencer.cc
@@
-66,10
+66,6
@@
Sequencer::Sequencer(const Params *p)
m_outstanding_count = 0;
- m_deadlock_threshold = 0;
- m_instCache_ptr = NULL;
- m_dataCache_ptr = NULL;
-
m_instCache_ptr = p->icache;
m_dataCache_ptr = p->dcache;
m_max_outstanding_requests = p->max_outstanding_requests;