TLB: Make a TLB base class and put a virtual demapPage function in it.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 27 Feb 2008 04:38:51 +0000 (23:38 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 27 Feb 2008 04:38:51 +0000 (23:38 -0500)
commit8b4796a367ec21d294f7318343e5bb9d7e07a53e
tree584199359a9a7aa3c7d842164b677d1a1e94a1f1
parent7bde0285e50e3903e38dd9e6fd59ea4a98f41079
TLB: Make a TLB base class and put a virtual demapPage function in it.

--HG--
extra : convert_revision : cc0e62a5a337fd5bf332ad33bed61c0d505a936f
16 files changed:
src/arch/alpha/tlb.cc
src/arch/alpha/tlb.hh
src/arch/mips/tlb.cc
src/arch/mips/tlb.hh
src/arch/sparc/tlb.cc
src/arch/sparc/tlb.hh
src/arch/x86/tlb.cc
src/arch/x86/tlb.hh
src/cpu/base_dyn_inst.hh
src/cpu/checker/cpu.hh
src/cpu/o3/cpu.hh
src/cpu/ozone/cpu.hh
src/cpu/simple/base.hh
src/cpu/simple_thread.hh
src/sim/tlb.cc
src/sim/tlb.hh