Move sched_list.hh and timebuf.hh from src/base to src/cpu.
authorSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 3 Jan 2011 22:35:47 +0000 (14:35 -0800)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Mon, 3 Jan 2011 22:35:47 +0000 (14:35 -0800)
commit89cf3f6e853e3d9a95536372ab78a4a11a8c6ad1
tree21d17151b13183dbc225a93ef98e32fe45b804b0
parent2f4c71968af8e0d2d72f4a2e8699921dcd1e0c77
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
25 files changed:
src/base/sched_list.hh [deleted file]
src/base/timebuf.hh [deleted file]
src/cpu/activity.cc
src/cpu/activity.hh
src/cpu/inorder/cpu.hh
src/cpu/inorder/first_stage.hh
src/cpu/inorder/pipeline_stage.hh
src/cpu/o3/commit.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/cpu.hh
src/cpu/o3/decode.hh
src/cpu/o3/fetch.hh
src/cpu/o3/fu_pool.hh
src/cpu/o3/iew.hh
src/cpu/o3/iew_impl.hh
src/cpu/o3/inst_queue.hh
src/cpu/o3/rename.hh
src/cpu/ozone/back_end.hh
src/cpu/ozone/cpu.hh
src/cpu/ozone/front_end.hh
src/cpu/ozone/inorder_back_end.hh
src/cpu/ozone/inst_queue.hh
src/cpu/ozone/lw_back_end.hh
src/cpu/sched_list.hh [new file with mode: 0644]
src/cpu/timebuf.hh [new file with mode: 0644]