changeset c7f591ccf3a1 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=c7f591ccf3a1
description:
        MOESI_hammer: fixed wakeup for SS->S transistion

diffstat:

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

diffs (19 lines):

diff -r d6294150a32e -r c7f591ccf3a1 src/mem/protocol/MOESI_hammer-cache.sm
--- a/src/mem/protocol/MOESI_hammer-cache.sm    Wed Feb 09 16:02:09 2011 -0800
+++ b/src/mem/protocol/MOESI_hammer-cache.sm    Thu Feb 10 13:28:23 2011 -0800
@@ -1548,6 +1548,7 @@
     gs_sendUnblockS;
     s_deallocateTBE;
     j_popTriggerQueue;
+    kd_wakeUpDependents;
   }
 
   transition(SS, All_acks_no_sharers, S) {
@@ -1555,6 +1556,7 @@
     gs_sendUnblockS;
     s_deallocateTBE;
     j_popTriggerQueue;
+    kd_wakeUpDependents;
   }
 
   // Transitions from MM_W
_______________________________________________
m5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to