ruby: improved DRAM reset comment

This commit is contained in:
Brad Beckmann 2012-07-11 09:44:34 -07:00
parent b00fe08cc9
commit 5931087dcd

View file

@ -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);