48a49
> #include "base/trie.hh"
53a55,61
> struct TlbEntry;
> }
>
> typedef Trie<Addr, X86ISA::TlbEntry> TlbEntryTrie;
>
> namespace X86ISA
> {
75,76c83,84
< // The size of the page this entry represents.
< Addr size;
---
> // The size of the page this represents, in address bits.
> unsigned logBytes;
93a102,103
> // A sequence number to keep track of LRU.
> uint64_t lruSeq;
94a105,106
> TlbEntryTrie::Handle trieHandle;
>