92d91
< #if FULL_SYSTEM
94d92
< #endif
185,190d182
< /**
< * Do a functional lookup on the TLB (for checker cpu) that
< * behaves like a normal lookup without modifying any page table state.
< */
< Fault translateFunctional(RequestPtr req, ThreadContext *tc, Mode mode);
<
204d195
< #if FULL_SYSTEM
206,208c197
< Translation *translation, bool &delay,
< bool timing, bool functional = false);
< #else
---
> Translation *translation, bool &delay, bool timing);
211d199
< #endif