projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06dfee5
)
MOESI_hammer: fixed wakeup for SS->S transistion
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Thu, 10 Feb 2011 21:28:23 +0000
(13:28 -0800)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Thu, 10 Feb 2011 21:28:23 +0000
(13:28 -0800)
src/mem/protocol/MOESI_hammer-cache.sm
patch
|
blob
|
history
diff --git
a/src/mem/protocol/MOESI_hammer-cache.sm
b/src/mem/protocol/MOESI_hammer-cache.sm
index 78bc9e3e734c919ac545b86bc425f2f4b663d09e..26598f54180cf80da0f4c77cea3ce82f7a18c2d8 100644
(file)
--- 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