summaryrefslogtreecommitdiff
path: root/cpu/base_dyn_inst.cc
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-02-27 01:32:49 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-02-27 01:32:49 -0500
commit4b256577e01111e676f021c67478afec2289e175 (patch)
tree0b36c76c7221bc95032a398a150003e0d2366640 /cpu/base_dyn_inst.cc
parent570535461691aa5ca36220b085b70a7c31454078 (diff)
downloadgem5-4b256577e01111e676f021c67478afec2289e175.tar.xz
Where architecture independent sources included arch/alpha/xxx.hh, they were changed to include targetarch/xxx.hh
cpu/base_dyn_inst.cc: cpu/o3/bpred_unit.hh: cpu/o3/comm.hh: cpu/o3/cpu.hh: cpu/o3/regfile.hh: cpu/ozone/cpu_impl.hh: cpu/ozone/ea_list.cc: cpu/ozone/ea_list.hh: kern/kernel_stats.cc: Changed arch/alpha to targetarch sim/process.cc: Changed arch/alpha to targetarch, and removed gaurding ifdef --HG-- extra : convert_revision : 3c29e6baeb1cd900f7b5e11144a5d547a6c7c5ab
Diffstat (limited to 'cpu/base_dyn_inst.cc')
-rw-r--r--cpu/base_dyn_inst.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/base_dyn_inst.cc b/cpu/base_dyn_inst.cc
index 296717f2a..633c0ee28 100644
--- a/cpu/base_dyn_inst.cc
+++ b/cpu/base_dyn_inst.cc
@@ -36,7 +36,7 @@
#include "base/cprintf.hh"
#include "base/trace.hh"
-#include "arch/alpha/faults.hh"
+#include "targetarch/faults.hh"
#include "cpu/exetrace.hh"
#include "mem/mem_req.hh"