From: Brad Beckmann Date: Wed, 11 Jul 2012 16:44:34 +0000 (-0700) Subject: ruby: improved DRAM reset comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5931087dcd09ece4663a6eaac0c06de1a929078c;p=gem5.git ruby: improved DRAM reset comment --- diff --git a/src/mem/ruby/system/System.cc b/src/mem/ruby/system/System.cc index 3efa74a6a..abce74830 100644 --- a/src/mem/ruby/system/System.cc +++ b/src/mem/ruby/system/System.cc @@ -395,7 +395,8 @@ RubySystem::startup() delete m_cache_recorder; m_cache_recorder = NULL; m_warmup_enabled = false; - // reset DRAM + // reset DRAM so that it's not waiting for events on the old event + // queue m_memory_controller->reset(); // Restore eventq head eventq_head = eventq->replaceHead(eventq_head);