ISA: Replace the translate functions in the TLBs with translateAtomic.
authorGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:15:44 +0000 (10:15 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Wed, 25 Feb 2009 18:15:44 +0000 (10:15 -0800)
commit5605079b1f20bc7f6a4a80c8d1e4daabe7125270
tree29dfa1685e3e257e3857ef7f9672778d43582440
parenta1aba01a02a8c1261120de83d8fbfd6624f0cb17
ISA: Replace the translate functions in the TLBs with translateAtomic.
21 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.cc
src/cpu/checker/cpu_impl.hh
src/cpu/inorder/resources/tlb_unit.cc
src/cpu/o3/fetch_impl.hh
src/cpu/ozone/front_end_impl.hh
src/cpu/ozone/inorder_back_end.hh
src/cpu/simple/atomic.cc
src/cpu/simple/base.cc
src/cpu/simple/timing.cc
src/cpu/simple_thread.hh
src/sim/tlb.cc
src/sim/tlb.hh