From 550c31849024a2184887df87aae39617ebfe0d6a Mon Sep 17 00:00:00 2001 From: Andreas Sandberg Date: Wed, 11 Feb 2015 10:23:27 -0500 Subject: sim: Move the BaseTLB to src/arch/generic/ The TLB-related code is generally architecture dependent and should live in the arch directory to signify that. --HG-- rename : src/sim/BaseTLB.py => src/arch/generic/BaseTLB.py rename : src/sim/tlb.cc => src/arch/generic/tlb.cc rename : src/sim/tlb.hh => src/arch/generic/tlb.hh --- src/arch/mips/tlb.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/mips/tlb.hh') diff --git a/src/arch/mips/tlb.hh b/src/arch/mips/tlb.hh index 225e207dc..c7cd5e631 100644 --- a/src/arch/mips/tlb.hh +++ b/src/arch/mips/tlb.hh @@ -37,6 +37,7 @@ #include +#include "arch/generic/tlb.hh" #include "arch/mips/isa_traits.hh" #include "arch/mips/pagetable.hh" #include "arch/mips/utility.hh" @@ -45,7 +46,6 @@ #include "mem/request.hh" #include "params/MipsTLB.hh" #include "sim/sim_object.hh" -#include "sim/tlb.hh" class ThreadContext; -- cgit v1.2.3