changeset 08d6c1fbaecb in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=08d6c1fbaecb
description:
        MOESI Hammer: Remove a couple of bugs
        A couple of bugs were observed while building checkpointing support in 
Ruby.
        This patch changes transitions to remove those errors.

diffstat:

 src/mem/protocol/MOESI_hammer-cache.sm |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r e7f6268d7ef3 -r 08d6c1fbaecb src/mem/protocol/MOESI_hammer-cache.sm
--- a/src/mem/protocol/MOESI_hammer-cache.sm    Tue Jan 10 10:20:32 2012 -0600
+++ b/src/mem/protocol/MOESI_hammer-cache.sm    Tue Jan 10 17:28:44 2012 -0600
@@ -1285,7 +1285,6 @@
     vv_allocateL2CacheBlock;
     hp_copyFromTBEToL2;
     s_deallocateTBE;
-    ka_wakeUpAllDependents;
   }
 
   transition(I, Trigger_L2_to_L1D, IT) {
@@ -1566,7 +1565,7 @@
     k_popMandatoryQueue;
   }
 
-  transition({MM, M, MMR}, Flush_line, MM_F) {
+  transition({MM, M, MMR, MR}, Flush_line, MM_F) {
     i_allocateTBE;
     bf_issueGETF;
     p_decrementNumberOfMessagesByOne;
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to