426a427,429
> /** Read this CPU's data requestor ID */
> MasterID masterId() { return cpu->dataMasterId(); }
>
881c884
< req = new Request(asid, addr, size, flags, this->pc.instAddr(),
---
> req = new Request(asid, addr, size, flags, masterId(), this->pc.instAddr(),
943c946
< req = new Request(asid, addr, size, flags, this->pc.instAddr(),
---
> req = new Request(asid, addr, size, flags, masterId(), this->pc.instAddr(),