Changed targetarch to arch for isa_traits.hh include
authorGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 06:38:47 +0000 (01:38 -0500)
committerGabe Black <gblack@eecs.umich.edu>
Mon, 27 Feb 2006 06:38:47 +0000 (01:38 -0500)
--HG--
extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476

cpu/o3/bpred_unit.hh
cpu/o3/comm.hh
cpu/o3/regfile.hh
cpu/ozone/cpu_impl.hh
cpu/ozone/ea_list.cc
cpu/ozone/ea_list.hh

index 786ed861dd6db32c534721e1e27f0c1107966762..2725684f7c4d5a8efd7ff9c5b5384046fc92fc11 100644 (file)
@@ -30,7 +30,7 @@
 #define __BPRED_UNIT_HH__
 
 // For Addr type.
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "base/statistics.hh"
 #include "cpu/inst_seq.hh"
 
index 76ff4d689c4f69269d026313d2defefdd9b84428..c74c77ddfb7cfa9cd12a502ef8e0cd67f27fb131 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <vector>
 
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "cpu/inst_seq.hh"
 #include "sim/host.hh"
 
index 85df06b76ff893f7c565b1537f243b3146b08fd2..9009db9195812a914bb75215d734ef7e3386f2a2 100644 (file)
@@ -31,7 +31,7 @@
 
 // @todo: Destructor
 
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "targetarch/faults.hh"
 #include "base/trace.hh"
 #include "config/full_system.hh"
index 581a72520d04fccf11419bc8d202dc045c690919..e7ed3cfe0049888a30765070354763d5121cd189 100644 (file)
@@ -29,7 +29,7 @@
 #ifndef __CPU_OOO_CPU_OOO_IMPL_HH__
 #define __CPU_OOO_CPU_OOO_IMPL_HH__
 
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 
 template <class Impl>
 class OoOCPU;
index e7922902aba971efa8509dbdb0e08ecd683ee33a..6114a0ca1d2b5de51a3aa8284a4b7909081e5cdf 100644 (file)
@@ -26,7 +26,7 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "cpu/inst_seq.hh"
 #include "cpu/ooo_cpu/ea_list.hh"
 
index 8eee3b1ece0b1c30bf9511adf026125c9be90771..c0eee4bb89c275f8933dfa570c88a6726bf2739e 100644 (file)
@@ -32,7 +32,7 @@
 #include <list>
 #include <utility>
 
-#include "targetarch/isa_traits.hh"
+#include "arch/isa_traits.hh"
 #include "cpu/inst_seq.hh"
 
 /**