33a34
> #include <unordered_map>
36d36
< #include "base/hashmap.hh"
171c171
< m5::hash_map<Addr, int> m_tag_index;
---
> std::unordered_map<Addr, int> m_tag_index;