CPU: Get rid of the now unnecessary getInst/setInst family of functions.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 14 Sep 2010 04:58:34 +0000 (21:58 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 14 Sep 2010 04:58:34 +0000 (21:58 -0700)
commit8f3fbd2d13dbfc3699dc43b27b3c2a389049078d
tree10c9d799ea81529b13fb924094a12b462c168dcd
parent6833ca7eedd351596bb1518620af7465f5172fcd
CPU: Get rid of the now unnecessary getInst/setInst family of functions.

This code is no longer needed because of the preceeding change which adds a
StaticInstPtr parameter to the fault's invoke method, obviating the only use
for this pair of functions.
16 files changed:
src/cpu/checker/cpu_impl.hh
src/cpu/checker/thread_context.hh
src/cpu/inorder/thread_context.cc
src/cpu/inorder/thread_context.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/thread_context.hh
src/cpu/o3/thread_context_impl.hh
src/cpu/ozone/cpu.hh
src/cpu/ozone/cpu_impl.hh
src/cpu/ozone/inorder_back_end_impl.hh
src/cpu/ozone/lw_back_end_impl.hh
src/cpu/simple/base.cc
src/cpu/simple_thread.cc
src/cpu/thread_context.hh
src/cpu/thread_state.cc
src/cpu/thread_state.hh