summaryrefslogtreecommitdiff
path: root/src/arch/mips/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/types.hh')
-rw-r--r--src/arch/mips/types.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/arch/mips/types.hh b/src/arch/mips/types.hh
index 6e14a9b55..9d2c6285d 100644
--- a/src/arch/mips/types.hh
+++ b/src/arch/mips/types.hh
@@ -31,7 +31,6 @@
#ifndef __ARCH_MIPS_TYPES_HH__
#define __ARCH_MIPS_TYPES_HH__
-#include "mem/types.hh"
#include "sim/host.hh"
namespace MipsISA
@@ -96,8 +95,6 @@ namespace MipsISA
RND_NEAREST
};
- typedef ::PageTable<> PageTable;
-
} // namespace MipsISA
#endif