81a82
> cpuId = tc->readCpuId();
87c88
< TheISA::initCPU(tc, tc->readCpuId());
---
> TheISA::initCPU(tc, cpuId);
95a97,99
> ifetch_req.setThreadContext(cpuId, 0); // Add thread ID if we add MT
> data_read_req.setThreadContext(cpuId, 0); // Add thread ID here too
> data_write_req.setThreadContext(cpuId, 0); // Add thread ID here too
162,164d165
< ifetch_req.setThreadContext(cpuId, 0); // Add thread ID if we add MT
< data_read_req.setThreadContext(cpuId, 0); // Add thread ID here too
< data_write_req.setThreadContext(cpuId, 0); // Add thread ID here too
242a244,246
> ifetch_req.setThreadContext(cpuId, 0); // Add thread ID if we add MT
> data_read_req.setThreadContext(cpuId, 0); // Add thread ID here too
> data_write_req.setThreadContext(cpuId, 0); // Add thread ID here too