101,125d100
< //changed by SS
< /*
< // for MemoryControl:
< m_memReq = 0;
< m_memBankBusy = 0;
< m_memBusBusy = 0;
< m_memReadWriteBusy = 0;
< m_memDataBusBusy = 0;
< m_memTfawBusy = 0;
< m_memRefresh = 0;
< m_memRead = 0;
< m_memWrite = 0;
< m_memWaitCycles = 0;
< m_memInputQ = 0;
< m_memBankQ = 0;
< m_memArbWait = 0;
< m_memRandBusy = 0;
< m_memNotOld = 0;
<
<
< int totalBanks = RubyConfig::banksPerRank()
< * RubyConfig::ranksPerDimm()
< * RubyConfig::dimmsPerChannel();
< m_memBankCount.setSize(totalBanks);
< */
873c848
< // NOTE: Unless PROFILE_HOT_LINES or RubyConfig::getProfileAllInstructions() are enabled, nothing will be profiled by the AddressProfiler
---
> // NOTE: Unless PROFILE_HOT_LINES is enabled, nothing will be profiled by the AddressProfiler