48a49
> #include "arch/generic/tlb.hh"
52d52
< #include "arch/tlb.hh"
138,139c138,139
< TheISA::TLB *itb;
< TheISA::TLB *dtb;
---
> BaseTLB *itb;
> BaseTLB *dtb;
146c146
< TheISA::TLB *_itb, TheISA::TLB *_dtb, TheISA::ISA *_isa,
---
> BaseTLB *_itb, BaseTLB *_dtb, TheISA::ISA *_isa,
150c150
< Process *_process, TheISA::TLB *_itb, TheISA::TLB *_dtb,
---
> Process *_process, BaseTLB *_itb, BaseTLB *_dtb,
204c204
< TheISA::TLB *getITBPtr() { return itb; }
---
> BaseTLB *getITBPtr() { return itb; }
206c206
< TheISA::TLB *getDTBPtr() { return dtb; }
---
> BaseTLB *getDTBPtr() { return dtb; }