changeset 606cf2660887 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=606cf2660887
description:
O3: Get rid of the unused addToRemoveList function.
diffstat:
src/cpu/o3/cpu.cc | 9 ---------
src/cpu/o3/cpu.hh | 3 ---
2 files changed, 0 insertions(+), 12 deletions(-)
diffs (32 lines):
diff -r 081ce5ab92ca -r 606cf2660887 src/cpu/o3/cpu.cc
--- a/src/cpu/o3/cpu.cc Sun Aug 07 15:41:09 2011 -0700
+++ b/src/cpu/o3/cpu.cc Sun Aug 07 15:41:10 2011 -0700
@@ -1420,15 +1420,6 @@
template <class Impl>
void
-FullO3CPU<Impl>::addToRemoveList(DynInstPtr &inst)
-{
- removeInstsThisCycle = true;
-
- removeList.push(inst->getInstListIt());
-}
-
-template <class Impl>
-void
FullO3CPU<Impl>::removeFrontInst(DynInstPtr &inst)
{
DPRINTF(O3CPU, "Removing committed instruction [tid:%i] PC %s "
diff -r 081ce5ab92ca -r 606cf2660887 src/cpu/o3/cpu.hh
--- a/src/cpu/o3/cpu.hh Sun Aug 07 15:41:09 2011 -0700
+++ b/src/cpu/o3/cpu.hh Sun Aug 07 15:41:10 2011 -0700
@@ -474,9 +474,6 @@
/** Function to tell the CPU that an instruction has completed. */
void instDone(ThreadID tid);
- /** Add Instructions to the CPU Remove List*/
- void addToRemoveList(DynInstPtr &inst);
-
/** Remove an instruction from the front end of the list. There's
* no restriction on location of the instruction.
*/
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev