diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2011-01-03 14:35:47 -0800 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2011-01-03 14:35:47 -0800 |
commit | 89cf3f6e853e3d9a95536372ab78a4a11a8c6ad1 (patch) | |
tree | 21d17151b13183dbc225a93ef98e32fe45b804b0 /src/cpu/activity.hh | |
parent | 2f4c71968af8e0d2d72f4a2e8699921dcd1e0c77 (diff) | |
download | gem5-89cf3f6e853e3d9a95536372ab78a4a11a8c6ad1.tar.xz |
Move sched_list.hh and timebuf.hh from src/base to src/cpu.
These files really aren't general enough to belong in src/base.
This patch doesn't reorder include lines, leaving them unsorted
in many cases, but Nate's magic script will fix that up shortly.
--HG--
rename : src/base/sched_list.hh => src/cpu/sched_list.hh
rename : src/base/timebuf.hh => src/cpu/timebuf.hh
Diffstat (limited to 'src/cpu/activity.hh')
-rw-r--r-- | src/cpu/activity.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/activity.hh b/src/cpu/activity.hh index d75ff150e..8d3469c4e 100644 --- a/src/cpu/activity.hh +++ b/src/cpu/activity.hh @@ -31,7 +31,7 @@ #ifndef __CPU_ACTIVITY_HH__ #define __CPU_ACTIVITY_HH__ -#include "base/timebuf.hh" +#include "cpu/timebuf.hh" #include "base/trace.hh" /** |