summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_hammer-cache.sm
diff options
context:
space:
mode:
authorBrad Beckmann <Brad.Beckmann@amd.com>2011-02-10 13:28:23 -0800
committerBrad Beckmann <Brad.Beckmann@amd.com>2011-02-10 13:28:23 -0800
commitfbebe9a6422702a491d9e040d851cf59ca932cb3 (patch)
treec749479fa591b663e58b1ef62bf2b7e5322adca7 /src/mem/protocol/MOESI_hammer-cache.sm
parent06dfee5ceafe84a721c1987b3a86d4378756fc07 (diff)
downloadgem5-fbebe9a6422702a491d9e040d851cf59ca932cb3.tar.xz
MOESI_hammer: fixed wakeup for SS->S transistion
Diffstat (limited to 'src/mem/protocol/MOESI_hammer-cache.sm')
-rw-r--r--src/mem/protocol/MOESI_hammer-cache.sm2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mem/protocol/MOESI_hammer-cache.sm b/src/mem/protocol/MOESI_hammer-cache.sm
index 78bc9e3e7..26598f541 100644
--- a/src/mem/protocol/MOESI_hammer-cache.sm
+++ b/src/mem/protocol/MOESI_hammer-cache.sm
@@ -1548,6 +1548,7 @@ machine(L1Cache, "AMD Hammer-like protocol")
gs_sendUnblockS;
s_deallocateTBE;
j_popTriggerQueue;
+ kd_wakeUpDependents;
}
transition(SS, All_acks_no_sharers, S) {
@@ -1555,6 +1556,7 @@ machine(L1Cache, "AMD Hammer-like protocol")
gs_sendUnblockS;
s_deallocateTBE;
j_popTriggerQueue;
+ kd_wakeUpDependents;
}
// Transitions from MM_W