summaryrefslogtreecommitdiff
path: root/src/arch/riscv/process.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/riscv/process.hh')
-rw-r--r--src/arch/riscv/process.hh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/riscv/process.hh b/src/arch/riscv/process.hh
index 2a27f350e..bda278ec4 100644
--- a/src/arch/riscv/process.hh
+++ b/src/arch/riscv/process.hh
@@ -65,8 +65,4 @@ class RiscvProcess : public Process
virtual bool mmapGrowsDown() const override { return false; }
};
-/* No architectural page table defined for this ISA */
-typedef NoArchPageTable ArchPageTable;
-
-
#endif // __RISCV_PROCESS_HH__