----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1030/ -----------------------------------------------------------
Review request for Default. Description ------- Changeset 8817:442c17dee60c --------------------------- Faults: Turn of 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. Diffs ----- src/arch/SConscript deb3b3cff4a3 src/cpu/base_dyn_inst.hh deb3b3cff4a3 src/cpu/inorder/comm.hh deb3b3cff4a3 src/cpu/inorder/inorder_dyn_inst.hh deb3b3cff4a3 src/cpu/inorder/inorder_dyn_inst.cc deb3b3cff4a3 src/cpu/inorder/thread_state.hh deb3b3cff4a3 src/cpu/o3/lsq_unit.hh deb3b3cff4a3 src/cpu/ozone/cpu_impl.hh deb3b3cff4a3 src/cpu/ozone/lsq_unit.hh deb3b3cff4a3 src/cpu/ozone/lsq_unit_impl.hh deb3b3cff4a3 src/cpu/ozone/lw_lsq.hh deb3b3cff4a3 src/cpu/ozone/lw_lsq_impl.hh deb3b3cff4a3 src/cpu/simple/base.cc deb3b3cff4a3 Diff: http://reviews.gem5.org/r/1030/diff/diff Testing ------- Thanks, Gabe Black _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
