From 1a0b326f5d4fafaef206a97ddd02598e120aebb9 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Mon, 27 Feb 2006 01:38:47 -0500 Subject: Changed targetarch to arch for isa_traits.hh include --HG-- extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476 --- cpu/ozone/cpu_impl.hh | 2 +- cpu/ozone/ea_list.cc | 2 +- cpu/ozone/ea_list.hh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpu/ozone') diff --git a/cpu/ozone/cpu_impl.hh b/cpu/ozone/cpu_impl.hh index 581a72520..e7ed3cfe0 100644 --- a/cpu/ozone/cpu_impl.hh +++ b/cpu/ozone/cpu_impl.hh @@ -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 OoOCPU; diff --git a/cpu/ozone/ea_list.cc b/cpu/ozone/ea_list.cc index e7922902a..6114a0ca1 100644 --- a/cpu/ozone/ea_list.cc +++ b/cpu/ozone/ea_list.cc @@ -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" diff --git a/cpu/ozone/ea_list.hh b/cpu/ozone/ea_list.hh index 8eee3b1ec..c0eee4bb8 100644 --- a/cpu/ozone/ea_list.hh +++ b/cpu/ozone/ea_list.hh @@ -32,7 +32,7 @@ #include #include -#include "targetarch/isa_traits.hh" +#include "arch/isa_traits.hh" #include "cpu/inst_seq.hh" /** -- cgit v1.2.3