summaryrefslogtreecommitdiff
path: root/src/cpu/o3/rename.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2011-01-03 14:35:47 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2011-01-03 14:35:47 -0800
commit89cf3f6e853e3d9a95536372ab78a4a11a8c6ad1 (patch)
tree21d17151b13183dbc225a93ef98e32fe45b804b0 /src/cpu/o3/rename.hh
parent2f4c71968af8e0d2d72f4a2e8699921dcd1e0c77 (diff)
downloadgem5-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/o3/rename.hh')
-rw-r--r--src/cpu/o3/rename.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/rename.hh b/src/cpu/o3/rename.hh
index 8c21dda0a..4598a8d7b 100644
--- a/src/cpu/o3/rename.hh
+++ b/src/cpu/o3/rename.hh
@@ -34,7 +34,7 @@
#include <list>
#include "base/statistics.hh"
-#include "base/timebuf.hh"
+#include "cpu/timebuf.hh"
#include "config/the_isa.hh"
class DerivO3CPUParams;