40d39
< #include <map>
42a42
> #include "base/hashmap.hh"
56c56
< std::map<Addr,Addr> pTable;
---
> m5::hash_map<Addr,Addr> pTable;
57a58,64
> struct cacheElement {
> Addr paddr;
> Addr vaddr;
> } ;
>
> struct cacheElement pTableCache[3];
>