summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/RubyPort.cc
diff options
context:
space:
mode:
authorTony Gutierrez <anthony.gutierrez@amd.com>2016-02-18 10:50:16 -0500
committerTony Gutierrez <anthony.gutierrez@amd.com>2016-02-18 10:50:16 -0500
commit5a88f0931fa1e222ed3ac3aff4046721c593ee3e (patch)
treefac32dff574660c22b12ce0add4fcd1bbc8597c1 /src/mem/ruby/system/RubyPort.cc
parenta28a234069a0c38bb75ba051ef82e7b4400f133a (diff)
downloadgem5-5a88f0931fa1e222ed3ac3aff4046721c593ee3e.tar.xz
ruby: move range change send from RubyPort to derived classes.
Diffstat (limited to 'src/mem/ruby/system/RubyPort.cc')
-rw-r--r--src/mem/ruby/system/RubyPort.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/ruby/system/RubyPort.cc b/src/mem/ruby/system/RubyPort.cc
index d4fc9e3fe..bf4002126 100644
--- a/src/mem/ruby/system/RubyPort.cc
+++ b/src/mem/ruby/system/RubyPort.cc
@@ -84,9 +84,6 @@ RubyPort::init()
{
assert(m_controller != NULL);
m_mandatory_q_ptr = m_controller->getMandatoryQueue();
-
- for (const auto &s_port : slave_ports)
- s_port->sendRangeChange();
}
BaseMasterPort &