diff options
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/protocol/MOESI_hammer-cache.sm | 2 |
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 |