MOESI_hammer: fixed wakeup for SS->S transistion

This commit is contained in:
Brad Beckmann
2011-02-10 13:28:23 -08:00
parent 06dfee5cea
commit fbebe9a642

View File

@@ -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