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 /sim | |
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 'sim')
-rw-r--r-- | sim/sim_events.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string> -#include "cpu/full_cpu/cpu.hh" +#include "sim/param.hh" #include "sim/eventq.hh" #include "base/hostinfo.hh" #include "sim/sim_events.hh" |