From 89cf3f6e853e3d9a95536372ab78a4a11a8c6ad1 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 3 Jan 2011 14:35:47 -0800 Subject: 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 --- src/cpu/o3/rename.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/o3/rename.hh') 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 #include "base/statistics.hh" -#include "base/timebuf.hh" +#include "cpu/timebuf.hh" #include "config/the_isa.hh" class DerivO3CPUParams; -- cgit v1.2.3