From: Brad Beckmann Date: Thu, 10 Feb 2011 21:28:23 +0000 (-0800) Subject: MOESI_hammer: fixed wakeup for SS->S transistion X-Git-Tag: stable_2012_02_02~554^2 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fbebe9a6422702a491d9e040d851cf59ca932cb3;p=gem5.git MOESI_hammer: fixed wakeup for SS->S transistion --- 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