139,149d138
< #if 0
< template<class Impl>
< void
< LSQ<Impl>::setPageTable(PageTable *pt_ptr)
< {
< for (int tid=0; tid < numThreads; tid++) {
< thread[tid].setPageTable(pt_ptr);
< }
< }
< #endif
<