Changed targetarch to arch for isa_traits.hh include

--HG--
extra : convert_revision : e7ae43d812140ec99b782394e54903153f8d0476
This commit is contained in:
Gabe Black 2006-02-27 01:38:47 -05:00
parent 4b256577e0
commit 1a0b326f5d
6 changed files with 6 additions and 6 deletions

View 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"

View 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"

View 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"

View 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;

View 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"

View file

@ -32,7 +32,7 @@
#include <list>
#include <utility>
#include "targetarch/isa_traits.hh"
#include "arch/isa_traits.hh"
#include "cpu/inst_seq.hh"
/**