Faults: Turn off arch/faults.hh
authorGabe Black <gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:21 +0000 (04:43 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 7 Feb 2012 12:43:21 +0000 (04:43 -0800)
commitf2b46fdb850dca0e2ac3a97343292a7d92ff980e
tree17be8a7223e4cef370e41934aeeaef9719ec7a9d
parent214d7af2fe0e8a8c9eec4c07343d32d4fb5f84b2
Faults: Turn off arch/faults.hh

Because there are no longer architecture independent but specialized functions
in arch/XXX/faults.hh, code that isn't using the faults from a particular ISA
no longer needs to be able to include them through the switching header file
arch/faults.hh. By removing that header file (arch/faults.hh), the potential
interface between ISA code and non ISA code is narrowed.
13 files changed:
src/arch/SConscript
src/cpu/base_dyn_inst.hh
src/cpu/inorder/comm.hh
src/cpu/inorder/inorder_dyn_inst.cc
src/cpu/inorder/inorder_dyn_inst.hh
src/cpu/inorder/thread_state.hh
src/cpu/o3/lsq_unit.hh
src/cpu/ozone/cpu_impl.hh
src/cpu/ozone/lsq_unit.hh
src/cpu/ozone/lsq_unit_impl.hh
src/cpu/ozone/lw_lsq.hh
src/cpu/ozone/lw_lsq_impl.hh
src/cpu/simple/base.cc