44a45
> #include "sim/system.hh"
48,49c49,51
< useContextId(p->use_cpu_id), pageStop(!p->cross_pages),
< serialSquash(p->serial_squash), onlyData(p->data_accesses_only)
---
> useMasterId(p->use_master_id), pageStop(!p->cross_pages),
> serialSquash(p->serial_squash), onlyData(p->data_accesses_only),
> system(p->sys), masterId(system->getMasterId(name()))
233c235
< Request *prefetchReq = new Request(*addrIter, blkSize, 0);
---
> Request *prefetchReq = new Request(*addrIter, blkSize, 0, masterId);