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
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#define __BPRED_UNIT_HH__
|
||||
|
||||
// For Addr type.
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
#include "base/statistics.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
#include "sim/host.hh"
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
#include "sim/process.hh"
|
||||
|
||||
#if FULL_SYSTEM
|
||||
#include "arch/alpha/ev5.hh"
|
||||
#include "targetarch/ev5.hh"
|
||||
using namespace EV5;
|
||||
#endif
|
||||
|
||||
|
||||
@@ -31,14 +31,14 @@
|
||||
|
||||
// @todo: Destructor
|
||||
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "arch/alpha/faults.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
#include "targetarch/faults.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "config/full_system.hh"
|
||||
#include "cpu/o3/comm.hh"
|
||||
|
||||
#if FULL_SYSTEM
|
||||
#include "arch/alpha/ev5.hh"
|
||||
#include "targetarch/ev5.hh"
|
||||
#include "kern/kernel_stats.hh"
|
||||
|
||||
using namespace EV5;
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
#ifndef __CPU_OOO_CPU_OOO_IMPL_HH__
|
||||
#define __CPU_OOO_CPU_OOO_IMPL_HH__
|
||||
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
|
||||
template <class Impl>
|
||||
class OoOCPU;
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
#include "cpu/ooo_cpu/ea_list.hh"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#include <list>
|
||||
#include <utility>
|
||||
|
||||
#include "arch/alpha/isa_traits.hh"
|
||||
#include "targetarch/isa_traits.hh"
|
||||
#include "cpu/inst_seq.hh"
|
||||
|
||||
/**
|
||||
|
||||
@@ -30,7 +30,7 @@
|
||||
#include <stack>
|
||||
#include <string>
|
||||
|
||||
#include "arch/alpha/osfpal.hh"
|
||||
#include "targetarch/osfpal.hh"
|
||||
#include "base/trace.hh"
|
||||
#include "cpu/exec_context.hh"
|
||||
#include "kern/kernel_stats.hh"
|
||||
|
||||
@@ -48,10 +48,8 @@
|
||||
#include "sim/stats.hh"
|
||||
#include "sim/syscall_emul.hh"
|
||||
|
||||
#ifdef TARGET_ALPHA
|
||||
#include "arch/alpha/alpha_tru64_process.hh"
|
||||
#include "arch/alpha/alpha_linux_process.hh"
|
||||
#endif
|
||||
#include "targetarch/alpha_tru64_process.hh"
|
||||
#include "targetarch/alpha_linux_process.hh"
|
||||
|
||||
using namespace std;
|
||||
using namespace TheISA;
|
||||
|
||||
Reference in New Issue
Block a user