121,122d120
<
< mmio_req.setThreadContext(tc->contextId(), 0);
998c996,997
< mmio_req.setPhys(paddr, size, Request::UNCACHEABLE, dataMasterId());
---
> Request mmio_req(paddr, size, Request::UNCACHEABLE, dataMasterId());
> mmio_req.setThreadContext(tc->contextId(), 0);