From 3ed62ad02547ae93f77c7f1f1e6d15b3d889a7a9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Mar 2006 19:11:27 -0500 Subject: Work towards factoring isa_traits.hh into smaller, more specialized files. arch/SConscript: Sorted the switch headers, and added registerfile.hh, constants.hh, types.hh, and utility.hh. arch/alpha/isa_traits.hh: Moved the register file types to registerfile.hh, small functions to utility.hh, and cleaned out alot of stuff that isn't necessary anymore. base/loader/ecoff_object.cc: base/loader/elf_object.cc: cpu/pc_event.hh: cpu/static_inst.hh: mem/port.hh: sim/faults.cc: sim/system.hh: base/misc.hh isn't included through isa_traits.hh anymore. cpu/simple/cpu.cc: Added include for arch/utility.hh --HG-- extra : convert_revision : 24f65f330f87e3c909c939596cfcf48336022eaf --- sim/faults.cc | 1 + sim/system.hh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'sim') diff --git a/sim/faults.cc b/sim/faults.cc index 701384989..f7e9a0691 100644 --- a/sim/faults.cc +++ b/sim/faults.cc @@ -26,6 +26,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include "base/misc.hh" #include "sim/faults.hh" #include "cpu/exec_context.hh" #include "cpu/base.hh" diff --git a/sim/system.hh b/sim/system.hh index 0d5b40e3d..a0ba4f141 100644 --- a/sim/system.hh +++ b/sim/system.hh @@ -32,8 +32,9 @@ #include #include -#include "base/statistics.hh" #include "base/loader/symtab.hh" +#include "base/misc.hh" +#include "base/statistics.hh" #include "cpu/pc_event.hh" #include "sim/sim_object.hh" #if FULL_SYSTEM -- cgit v1.2.3