inorder: remove reqRemoveList
authorKorey Sewell <ksewell@umich.edu>
Fri, 18 Feb 2011 19:28:10 +0000 (14:28 -0500)
committerKorey Sewell <ksewell@umich.edu>
Fri, 18 Feb 2011 19:28:10 +0000 (14:28 -0500)
commitff48afcf4f3d8cccc899c5840734228a5bebc045
tree19df8347ad16ae2574fc948831581762421fb520
parent991d0185c68b53a04ae5d1f1a05749bbfddced89
inorder: remove reqRemoveList
we are going to be getting away from creating new resource requests for every
instruction so no more need to keep track of a reqRemoveList and clean it up
every tick
src/cpu/inorder/cpu.cc
src/cpu/inorder/cpu.hh
src/cpu/inorder/pipeline_stage.cc
src/cpu/inorder/resource.cc
src/cpu/inorder/resources/cache_unit.cc
src/cpu/inorder/resources/tlb_unit.cc
src/cpu/inorder/resources/use_def.cc