diff options
Diffstat (limited to 'src/arch/arm/tlb.hh')
-rw-r--r-- | src/arch/arm/tlb.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/arm/tlb.hh b/src/arch/arm/tlb.hh index 2d3661f7d..bd723e8d1 100644 --- a/src/arch/arm/tlb.hh +++ b/src/arch/arm/tlb.hh @@ -83,8 +83,6 @@ class TLB : public BaseTLB MustBeOne = 0x80 }; protected: - typedef std::multimap<Addr, int> PageTable; - PageTable lookupTable; // Quick lookup into page table TlbEntry *table; // the Page Table int size; // TLB Size |