From 75e54605795dc02d999a2d29f5c2f100f428625b Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 13 Oct 2003 21:51:34 -0700 Subject: 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 --- cpu/pc_event.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpu/pc_event.cc') 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 -- cgit v1.2.3