From fd52a63e24fe047e1dafc48e5da9b4ce1b086c49 Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Thu, 7 Apr 2016 10:42:07 +0100 Subject: Revert to 74c1e6513bd0 (sim: Thermal support for Linux) --- src/mem/ruby/system/RubySystem.hh | 5 +---- src/mem/ruby/system/Sequencer.cc | 2 -- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'src/mem/ruby/system') diff --git a/src/mem/ruby/system/RubySystem.hh b/src/mem/ruby/system/RubySystem.hh index 8ebd3494a..62330e19d 100644 --- a/src/mem/ruby/system/RubySystem.hh +++ b/src/mem/ruby/system/RubySystem.hh @@ -89,10 +89,7 @@ class RubySystem : public ClockedObject return m_profiler; } - void regStats() override { - ClockedObject::regStats(); - m_profiler->regStats(name()); - } + void regStats() override { m_profiler->regStats(name()); } void collateStats() { m_profiler->collateStats(); } void resetStats() override; diff --git a/src/mem/ruby/system/Sequencer.cc b/src/mem/ruby/system/Sequencer.cc index fbaad8407..dedade3cf 100644 --- a/src/mem/ruby/system/Sequencer.cc +++ b/src/mem/ruby/system/Sequencer.cc @@ -688,8 +688,6 @@ Sequencer::evictionCallback(Addr address) void Sequencer::regStats() { - RubyPort::regStats(); - m_store_waiting_on_load .name(name() + ".store_waiting_on_load") .desc("Number of times a store aliased with a pending load") -- cgit v1.2.3