summaryrefslogtreecommitdiff
path: root/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2014-02-23 19:16:15 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2014-02-23 19:16:15 -0600
commit13ad07601b3d7cdc38f85ba5960b472f3ab29fa3 (patch)
tree8a0f43076abc50823e1f245ab370b436c200a2f8 /src/mem/protocol/MOESI_CMP_directory-L2cache.sm
parent385e542c5af23688c1b9f0bd076b2bb66c7ec6c3 (diff)
downloadgem5-13ad07601b3d7cdc38f85ba5960b472f3ab29fa3.tar.xz
ruby: protocols: remove unused action z_stall
Diffstat (limited to 'src/mem/protocol/MOESI_CMP_directory-L2cache.sm')
-rw-r--r--src/mem/protocol/MOESI_CMP_directory-L2cache.sm3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mem/protocol/MOESI_CMP_directory-L2cache.sm b/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
index 232f359ad..628dfa7a0 100644
--- a/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
+++ b/src/mem/protocol/MOESI_CMP_directory-L2cache.sm
@@ -1492,9 +1492,6 @@ machine(L2Cache, "Token protocol")
localDirectory.deallocate(address);
}
- action(z_stall, "z", desc="Stall") {
- }
-
action(zz_recycleL1RequestQueue, "zz", desc="Send the head of the mandatory queue to the back of the queue.") {
peek(L1requestNetwork_in, RequestMsg) {
APPEND_TRANSITION_COMMENT(in_msg.Requestor);