diff options
author | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-13 21:51:34 -0700 |
---|---|---|
committer | Steve Reinhardt <stever@eecs.umich.edu> | 2003-10-13 21:51:34 -0700 |
commit | 75e54605795dc02d999a2d29f5c2f100f428625b (patch) | |
tree | 2dffaf78cf3ac15d81c868588bcd472df777460c /cpu/pc_event.cc | |
parent | 1348e57ac1db70515e007e13dc9d9c6dc5cab547 (diff) | |
download | gem5-75e54605795dc02d999a2d29f5c2f100f428625b.tar.xz |
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
Diffstat (limited to 'cpu/pc_event.cc')
-rw-r--r-- | cpu/pc_event.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |