From: Steve Reinhardt Date: Tue, 14 Oct 2003 04:51:34 +0000 (-0700) Subject: Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh. X-Git-Tag: m5_1.0_beta1~38 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75e54605795dc02d999a2d29f5c2f100f428625b;p=gem5.git Rename full_cpu/cpu.cc,hh to full_cpu.cc,hh. arch/alpha/isa_desc: Fix include: cpu.hh renamed to full_cpu.hh cpu/pc_event.cc: Didn't need cpu.hh, just base_cpu.hh. sim/sim_events.cc: Didn't need cpu.hh, just param.hh. --HG-- extra : convert_revision : 2e3fd36476c639af950ba2113f67e8ea24c22be8 --- diff --git a/arch/alpha/isa_desc b/arch/alpha/isa_desc index 53f279b4e..c023405c8 100644 --- a/arch/alpha/isa_desc +++ b/arch/alpha/isa_desc @@ -26,7 +26,7 @@ let {{ #include "cpu/exec_context.hh" #include "cpu/simple_cpu/simple_cpu.hh" #include "cpu/full_cpu/spec_state.hh" -#include "cpu/full_cpu/cpu.hh" +#include "cpu/full_cpu/full_cpu.hh" #include "cpu/exetrace.hh" #include "sim/annotation.hh" diff --git a/cpu/pc_event.cc b/cpu/pc_event.cc index a275c2c41..4a037663c 100644 --- a/cpu/pc_event.cc +++ b/cpu/pc_event.cc @@ -42,8 +42,8 @@ #include "targetarch/pmap.h" #include "kern/tru64/kernel.hh" #include "mem/functional_mem/memory_control.hh" -#include "cpu/full_cpu/cpu.hh" #include "sim/system.hh" +#include "cpu/base_cpu.hh" #include "cpu/full_cpu/bpred.hh" #endif diff --git a/sim/sim_events.cc b/sim/sim_events.cc index 98480e76b..b622cb14d 100644 --- a/sim/sim_events.cc +++ b/sim/sim_events.cc @@ -28,7 +28,7 @@ #include -#include "cpu/full_cpu/cpu.hh" +#include "sim/param.hh" #include "sim/eventq.hh" #include "base/hostinfo.hh" #include "sim/sim_events.hh"