141c141
< Fault translateAtomic(RequestPtr &req, ThreadContext *tc,
---
> Fault translateAtomic(RequestPtr req, ThreadContext *tc,
142a143,144
> void translateTiming(RequestPtr req, ThreadContext *tc,
> Translation *translation, bool write, bool execute);
162c164,166
< Fault translateAtomic(RequestPtr &req, ThreadContext *tc);
---
> Fault translateAtomic(RequestPtr req, ThreadContext *tc);
> void translateTiming(RequestPtr req, ThreadContext *tc,
> Translation *translation);
175c179,181
< Fault translateAtomic(RequestPtr &req, ThreadContext *tc, bool write);
---
> Fault translateAtomic(RequestPtr req, ThreadContext *tc, bool write);
> void translateTiming(RequestPtr req, ThreadContext *tc,
> Translation *translation, bool write);