diff options
author | Brad Beckmann <Brad.Beckmann@amd.com> | 2011-02-10 13:31:52 -0800 |
---|---|---|
committer | Brad Beckmann <Brad.Beckmann@amd.com> | 2011-02-10 13:31:52 -0800 |
commit | 8ea71c3907a411de9c203b45bfd6eab24e3ad849 (patch) | |
tree | 6b5a8cbe493aab0262f26be4cae9b2d6741c8e9b /src/mem | |
parent | b7457fc11e9c7433273f6a73785218f46fcbba3d (diff) | |
parent | fbebe9a6422702a491d9e040d851cf59ca932cb3 (diff) | |
download | gem5-8ea71c3907a411de9c203b45bfd6eab24e3ad849.tar.xz |
merged with Ali X11 patch
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 |