325d324
< #if 0
328,338d326
< DefaultFetch<Impl>::setPageTable(PageTable *pt_ptr)
< {
< DPRINTF(Fetch, "Setting the page table pointer.\n");
< #if !FULL_SYSTEM
< pTable = pt_ptr;
< #endif
< }
< #endif
<
< template<class Impl>
< void
384,385d371
< // memcpy(cacheData[tid], memReq[tid]->data, memReq[tid]->size);
<
597,598d582
< // Should I delete this here or when it comes back from the cache?
< // delete memReq[tid];